From 040e16007307deb9ab010bc3ca6451e6f9a015b4 Mon Sep 17 00:00:00 2001 From: saibotk Date: Thu, 6 Dec 2018 16:34:55 +0100 Subject: [PATCH] remove echo of newline if .localcommands cannot be found --- .zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.zshrc b/.zshrc index e72e6a5..1fc8613 100644 --- a/.zshrc +++ b/.zshrc @@ -101,6 +101,4 @@ alias la='ls -la' if [ -f ~/.dotfiles/.localcommands ] then source ~/.dotfiles/.localcommands -else - echo "\n\n" fi