mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-02-05 17:41:17 -05:00
added alias for spotify_player
This commit is contained in:
parent
12e3af5758
commit
bc562fccc3
1 changed files with 1 additions and 0 deletions
|
@ -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")))
|
||||||
|
|
Loading…
Reference in a new issue