added alias for spotify_player

bc562fccc35c… · Ryan Schanzenbacher ·

parent 12e3af575860… view tree

Changed files

diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 3651d6c..196e3b4 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -117,6 +117,7 @@
(home-bash-configuration
(aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l")
("ls" . "ls -p --color=auto")
+ ("spt" . "spotify_player")
("python" . "python3")))
(bashrc (list (local-file
"bashrc")))