added alias for spotify_player

This commit is contained in:
Ryan Schanzenbacher 2024-01-14 00:00:23 -05:00
parent 12e3af5758
commit bc562fccc3
Signed by: ryan77627
GPG key ID: 81B0E222A3E2308E

View file

@ -117,6 +117,7 @@
(home-bash-configuration (home-bash-configuration
(aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l") (aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l")
("ls" . "ls -p --color=auto") ("ls" . "ls -p --color=auto")
("spt" . "spotify_player")
("python" . "python3"))) ("python" . "python3")))
(bashrc (list (local-file (bashrc (list (local-file
"bashrc"))) "bashrc")))