aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2014-01-18 15:50:48 +0100
committerDavid Runge <david.runge@frqrec.com>2014-01-18 15:50:48 +0100
commit102b19114e948703fd82e1f6915d379c8e4c50a1 (patch)
tree998d5c545375564e5cd1d3ad1d5eb7e717e6e9a3 /.zsh.after
parent98eea5a0d4d41f297eb47bf64d700c4bbc5b04ed (diff)
downloaddotfiles-102b19114e948703fd82e1f6915d379c8e4c50a1.tar.gz
dotfiles-102b19114e948703fd82e1f6915d379c8e4c50a1.tar.bz2
dotfiles-102b19114e948703fd82e1f6915d379c8e4c50a1.tar.xz
dotfiles-102b19114e948703fd82e1f6915d379c8e4c50a1.zip
Removing unneeded unaliasing of vim
Diffstat (limited to '.zsh.after')
-rw-r--r--.zsh.after/aliases.zsh3
1 files changed, 0 insertions, 3 deletions
diff --git a/.zsh.after/aliases.zsh b/.zsh.after/aliases.zsh
index 55c85ad..b1c8c3e 100644
--- a/.zsh.after/aliases.zsh
+++ b/.zsh.after/aliases.zsh
@@ -163,9 +163,6 @@ alias grep='grep --color=auto --exclude-dir=.git'
alias exit="clear; exit"
alias du='du -h'
alias .='source'
-if [[ "$HOST" != *pitheunlord* && "$HOST" != *beagleclone* ]];then
- unalias vim
-fi
unalias brew
# unalias scp