added sanity check in setup.sh

This commit is contained in:
2020-01-03 12:23:17 +01:00
parent 36e5bfdeac
commit 1e1f16965d
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -17,4 +17,8 @@ setopt auto_cd
alias l="ls"
alias lr="ls -ltr"
alias ll="ls -las"
setopt PROMPT_SUBST
export PROMPT='$(cdbm -add)'$PROMPT
function c() { dir=$(cdbm 3>&1 1>&2 2>&3); cd $dir; }