1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[zsh] Disable the OAR integration

This commit is contained in:
Hyacinthe Cartiaux 2016-05-10 18:25:53 +02:00
parent c9110ab32a
commit e1ee62edc8

View file

@ -157,14 +157,6 @@ alias -g NE="2> /dev/null" # Redirect stderr to /dev/null
[ -x /usr/bin/xpdf ] && alias -s pdf="xpdf"
##################################################################
## OAR & G5K Integration
#
if [ -f ~/.bash_oar ]; then
. ~/.bash_oar
fi
##################################################################
## Colors
#