1
0
Fork 0

some changes

This commit is contained in:
Von Random 2016-12-29 18:42:31 +03:00
parent da90e27633
commit db783f6d72
2 changed files with 5 additions and 2 deletions

2
bashrc
View file

@ -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
# }}}