diff --git a/tilde/bash_profile.bash b/tilde/bash_profile.bash index 578451f..dbf2414 100644 --- a/tilde/bash_profile.bash +++ b/tilde/bash_profile.bash @@ -116,4 +116,4 @@ unset less_options export PAGER='less' # Load extra (private) settings -[ -f "~/.bashlocal" ] && source "~/.bashlocal" +[ -f ~/.bashlocal ] && source ~/.bashlocal