diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-01-14 00:00:23 -0500 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-01-14 00:00:23 -0500 |
| commit | bc562fccc35cacc7f926e1aebc73b9a74fc158a9 (patch) | |
| tree | 714ad903fa0ea8f73c1ed5a12ba6f07c5612afab | |
| parent | 12e3af575860ca4cdbcef6fd2267ebd6befe0f49 (diff) | |
added alias for spotify_player
| -rw-r--r-- | home-config/home-configuration.scm | 1 |
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"))) |
