From: Samir Benmendil Date: Tue, 23 Oct 2012 20:25:26 +0000 (+0200) Subject: fix bashrc X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/d48c087da99a18fc5d7bec401e3b43b83525cc55?ds=inline fix bashrc --- diff --git a/bashrc b/bashrc index 5fdb7ed..f1800e0 100644 --- a/bashrc +++ b/bashrc @@ -57,4 +57,4 @@ PS1='[\u@\h \W]\$ ' [[ -d "$HOME/bin" ]] && PATH="$HOME/bin:$PATH" # import host specific bashrc -[[ -f "~/.bashrc_$(hostname)" ]] . "~/.bashrc_$(hostname)" +[[ -e ~/.bashrc_$(hostname) ]] && . ~/.bashrc_$(hostname)