edited zshrc

This commit is contained in:
arcan1s 2014-04-11 16:42:23 +04:00
parent d465ac9e53
commit 0e22c7a5c0
2 changed files with 5 additions and 0 deletions

2
zshrc
View File

@ -381,6 +381,8 @@ hash -d windows=/mnt/windows
hash -d iso=/mnt/iso
hash -d u1=/mnt/usbdev1
hash -d u2=/mnt/usbdev2
# to run command ignoring aliases
hash -d b=/usr/bin
# umask
umask 022

View File

@ -285,6 +285,9 @@ alias -g t="| tail"
alias -g h="| head"
alias -g dn="&> /dev/null &"
# to run command ignoring aliases
hash -d b=/usr/bin
# pkgfile
source /usr/share/doc/pkgfile/command-not-found.zsh