X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/56fe44972a5871c713fee75ca255e540a658f4ec..61777d7d03a3d4304bf71917cb0acc09ddf4a4f4:/zsh/.zshrc diff --git a/zsh/.zshrc b/zsh/.zshrc index 75126ac..a79f8bb 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -3,8 +3,8 @@ #export WORDCHARS='*?-[]~=&;!#$%^(){}<>' export WORDCHARS='*?[]~=&;!#$%^(){}<>' -disable -r time # disable shell reserved word -alias time='time -p' # -p for POSIX output +#disable -r time # disable shell reserved word +#alias time='time -p' # -p for POSIX output # rehash if last command was pacaur or pacman # (so that zsh picks up changes in $PATH immediately) @@ -57,6 +57,18 @@ alias scl=systemctl alias jcl=journalctl alias m="mbsync -Va; getmail; notmuch new" alias best="youtube-dl -f best" +alias nix="ssh amin@aminb.org" +alias mutt=neomutt + +alias p=pacaur +alias psyu="pacaur -Syu" +alias pS="pacaur -S" +alias t=trizen +aur() { + cd ~/usr/build + git clone https://aur.archlinux.org/${1}.git + cd ${1} +} # i-beam cursor echo -e "\033[5 q"