diff options
-rwxr-xr-x | zsh/.zsh/aliases.zsh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/zsh/.zsh/aliases.zsh b/zsh/.zsh/aliases.zsh index e150891..1998493 100755 --- a/zsh/.zsh/aliases.zsh +++ b/zsh/.zsh/aliases.zsh @@ -122,10 +122,14 @@ alias rssactu="newsboat -c /home/neodarz/.newsboat/actu.db -u /home/neodarz/.new alias weatherMans="weather -k 0aebbf2d72f2b78f797b650a76c88401 -c -z 47.9955,0.1939" alias weatherChap="weather -k 0aebbf2d72f2b78f797b650a76c88401 -c -z 47.1778,-1.3416" alias vpn="sh /home/neodarz/Apps/ipsec-vpn/vpn" +alias calendar="/bin/cal" alias cal="ikhal" alias cals="vdirsyncer sync linuxmaine && vdirsyncer sync haum && ikhal" -alias calsync="vdirsyncer sync perso && vdirsyncer sync pro" -alias mm="offlineimap && mutt" +alias calsync="vdirsyncer sync perso && vdirsyncer sync pro && vdirsyncer sync imie" +alias mm="offlineimap && neomutt" +alias reboot="sudo reboot" +alias terminus="~/Apps/terminus-pantheon/vendor/bin/terminus" +alias ncmpcpphaum="ncmpcpp -h sulfur" alias stowroot="sudo stow -t /" |