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")))