mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-25 00:17:17 +00:00
edited zshrc
This commit is contained in:
parent
d465ac9e53
commit
0e22c7a5c0
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user