X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/26064f9fa3af5e8e46eb4560f4145386c056821e..d48c087da99a18fc5d7bec401e3b43b83525cc55:/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)