mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-06 02:15:51 +00:00
edited zshrc
This commit is contained in:
2
zshrc
2
zshrc
@ -381,6 +381,8 @@ hash -d windows=/mnt/windows
|
|||||||
hash -d iso=/mnt/iso
|
hash -d iso=/mnt/iso
|
||||||
hash -d u1=/mnt/usbdev1
|
hash -d u1=/mnt/usbdev1
|
||||||
hash -d u2=/mnt/usbdev2
|
hash -d u2=/mnt/usbdev2
|
||||||
|
# to run command ignoring aliases
|
||||||
|
hash -d b=/usr/bin
|
||||||
|
|
||||||
# umask
|
# umask
|
||||||
umask 022
|
umask 022
|
||||||
|
@ -285,6 +285,9 @@ alias -g t="| tail"
|
|||||||
alias -g h="| head"
|
alias -g h="| head"
|
||||||
alias -g dn="&> /dev/null &"
|
alias -g dn="&> /dev/null &"
|
||||||
|
|
||||||
|
# to run command ignoring aliases
|
||||||
|
hash -d b=/usr/bin
|
||||||
|
|
||||||
# pkgfile
|
# pkgfile
|
||||||
source /usr/share/doc/pkgfile/command-not-found.zsh
|
source /usr/share/doc/pkgfile/command-not-found.zsh
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user