From 8bd48bae75cf738ae9127b770515836a3a60d7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 12 Sep 2016 08:44:12 +0200 Subject: Add long running bell to zsh --- shellrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shellrc') diff --git a/shellrc b/shellrc index b0b0f7d..d0df2ad 100644 --- a/shellrc +++ b/shellrc @@ -4,6 +4,9 @@ export PATH=~/.local/bin:$PATH:$(ruby -e "print Gem.user_dir")/bin export EDITOR=vim +# Continue only if this is interactive shell +[[ -o interactive ]] || return + alias ls='ls --color=auto' alias ll='ls -l' eval $(dircolors -b) -- cgit v1.2.3