some changes
This commit is contained in:
parent
da90e27633
commit
db783f6d72
2 changed files with 5 additions and 2 deletions
2
bashrc
2
bashrc
|
@ -153,5 +153,5 @@ plugins="${HOME}/.bashplugins"
|
|||
[[ -r "${plugins}" ]] && . "${plugins}"
|
||||
|
||||
# we want to see exit code on error (it also has to be the last entry here)
|
||||
trap 'printf "${nred}>>${reset} ${bold}exit${reset} ${red}%s${reset}\n" "$?" >&2' ERR
|
||||
trap 'printf "${red}>>${reset} ${bold}exit${reset} ${red}%s${reset}\n" "$?" >&2' ERR
|
||||
# }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue