diff options
author | neodarz <neodarz@neodarz.net> | 2017-11-03 09:46:08 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2017-11-03 09:46:08 +0100 |
commit | ff07c4976dca5eaef29c9f2c59a727eeaa0c8128 (patch) | |
tree | ef09bf02fd9b8fd49ecca1c24680d35cfda12ab4 /zsh | |
parent | d50340c19deb05ac1cda99917902f57e820dcfc2 (diff) | |
download | dotfiles_ascii-ff07c4976dca5eaef29c9f2c59a727eeaa0c8128.tar.xz dotfiles_ascii-ff07c4976dca5eaef29c9f2c59a727eeaa0c8128.zip |
Set better command for HAUM mpd client
Diffstat (limited to 'zsh')
-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 /" |