diff options
-rw-r--r-- | cdlog.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ # License at bottom. +# Bail if not interactive +[[ $- == *i* ]] || return 0 + # Globals declare -a cdlog_hist # directory history declare -A cdlog_alias # cd aliases |