From 0e22c7a5c0e7969ccdfddd9dc41ac42eff1a9724 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Fri, 11 Apr 2014 16:42:23 +0400 Subject: [PATCH] edited zshrc --- zshrc | 2 ++ zshrc_server | 3 +++ 2 files changed, 5 insertions(+) diff --git a/zshrc b/zshrc index 6bac442..4ccb605 100644 --- a/zshrc +++ b/zshrc @@ -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 diff --git a/zshrc_server b/zshrc_server index b64224a..040bddd 100644 --- a/zshrc_server +++ b/zshrc_server @@ -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