]> git.rmz.io Git - dotfiles.git/blobdiff - bashrc
fix bashrc
[dotfiles.git] / bashrc
diff --git a/bashrc b/bashrc
index 5fdb7edb8ac3c16d84056a45de3316228e513701..f1800e0ce734b34b582610eb57cf523fa9ae1f4b 100644 (file)
--- 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)