diff options
Diffstat (limited to '')
-rwxr-xr-x | zsh/.zsh/aliases.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh index fbef3aa..80ef4cb 100755 --- a/zsh/.zsh/aliases.zsh +++ b/zsh/.zsh/aliases.zsh @@ -132,7 +132,7 @@ alias calsync="vdirsyncer sync perso && vdirsyncer sync pro && vdirsyncer sync i alias mm="offlineimap && neomutt" alias reboot="sshs disable; timew stop @1; sudo reboot" alias terminus="~/Apps/terminus-pantheon/vendor/bin/terminus" -alias ncmpcpphaum="ncmpcpp -h sulfur" +alias sulfur="ncmpcpp -h sulfur -p 6600" alias stowroot="sudo stow -t /" |