summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--01_Aliases.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Aliases.zsh b/01_Aliases.zsh
index e8d62d6..e123e26 100644
--- a/01_Aliases.zsh
+++ b/01_Aliases.zsh
@@ -42,7 +42,7 @@ a gnus='emacs -f gnus'
#a make='make -j'
-if [ -f $ZDOTDIR/*_Aliases.`hostname` ]
+if [ -f "$ZDOTDIR/*_Aliases.`hostname`" ]
then
source $ZDOTDIR/*_Aliases.`hostname`
fi