mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 10:46:15 -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
|
||||
(aliases '(("grep" . "grep --color=auto") ("ll" . "ls -l")
|
||||
("ls" . "ls -p --color=auto")
|
||||
("spt" . "spotify_player")
|
||||
("python" . "python3")))
|
||||
(bashrc (list (local-file
|
||||
"bashrc")))
|
||||
|
|
Loading…
Reference in a new issue