remove echo of newline if .localcommands cannot be found

This commit is contained in:
saibotk 2018-12-06 16:34:55 +01:00
parent ed4b7dfb1d
commit 040e160073

2
.zshrc
View file

@ -101,6 +101,4 @@ alias la='ls -la'
if [ -f ~/.dotfiles/.localcommands ] if [ -f ~/.dotfiles/.localcommands ]
then then
source ~/.dotfiles/.localcommands source ~/.dotfiles/.localcommands
else
echo "\n\n"
fi fi