#export WORDCHARS='*?_-.[]~=&;!#$%^(){}<>'
#export WORDCHARS='*?-[]~=&;!#$%^(){}<>'
export WORDCHARS='*?[]~=&;!#$%^(){}<>'
+#ZLE_SPACE_SUFFIX_CHARS=$'|&'
-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)
alias jcl=journalctl
alias m="mbsync -Va; getmail; notmuch new"
alias best="youtube-dl -f best"
+alias ace="mosh amin@ace.aminb.org"
+alias nix="ssh amin@aminb.org"
+
+aur() {
+ cd ~/usr/build
+ git clone https://aur.archlinux.org/${1}.git
+ cd ${1}
+}
# i-beam cursor
echo -e "\033[5 q"