summaryrefslogtreecommitdiff
path: root/home-config/home-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r--home-config/home-configuration.scm1
1 files changed, 1 insertions, 0 deletions
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 @@
117 (home-bash-configuration 117 (home-bash-configuration
118 (aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l") 118 (aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l")
119 ("ls" . "ls -p --color=auto") 119 ("ls" . "ls -p --color=auto")
120 ("spt" . "spotify_player")
120 ("python" . "python3"))) 121 ("python" . "python3")))
121 (bashrc (list (local-file 122 (bashrc (list (local-file
122 "bashrc"))) 123 "bashrc")))