summaryrefslogtreecommitdiff
path: root/home-config/home-configuration.scm
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-01-14 00:00:23 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2024-01-14 00:00:23 -0500
commitbc562fccc35cacc7f926e1aebc73b9a74fc158a9 (patch)
tree714ad903fa0ea8f73c1ed5a12ba6f07c5612afab /home-config/home-configuration.scm
parent12e3af575860ca4cdbcef6fd2267ebd6befe0f49 (diff)
added alias for spotify_player
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")))