diff options
| author | tslil clingman <> | 2019-09-28 15:27:53 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2019-09-28 15:27:53 -0400 |
| commit | b15178da4f6f9da6e39fda409cd330f4c01644d6 (patch) | |
| tree | c7f606ac41c396cbacf6a618ff0d8146c4a44579 /.bash_profile | |
| parent | e9866c184c5c3e19b52a7172cc5729337b90af5d (diff) | |
Small bug corrected
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.bash_profile b/.bash_profile index 0b0874d..37a0ee7 100644 --- a/.bash_profile +++ b/.bash_profile @@ -30,7 +30,7 @@ LS_COLORS='rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;3 export LS_COLORS leftprompt() { - e=$?; (( $e )) && r="\[$(tput setaf 1)\]<$e>"; + e=$?; (( $e )) && r="\[$(tput setaf 1)\]<$e>" || r=""; p=$(echo ${PWD:-?} | sed "s#.*/\(.*\)/\(.*\)#\1/\2#"); # s#$HOME#~# #${PWD##*/} d=$(date +"%H.%M"); v=$(vcs); @@ -71,7 +71,7 @@ stty -ixon umask 077 set -o emacs -#set -o utf8-mode +shopt -s autocd eval $(keychain --eval --systemd -q) |
