1
0
Fork 0

Autocommitted updated scripts from mari-wovn

main
Mari 5 years ago
parent fa05f97f11
commit 4f0655e97d
  1. 2
      bash_aliases.sh

@ -136,7 +136,7 @@ function prettylastexit() {
elif [[ $exitcode == 0 ]]; then
echo "$txtgrn[ OK]$txtrst "
else
printf "$txtred[%3.3s]$txtrst " "$exitcode"
printf "$bldred[%3.3s]$txtrst " "$exitcode"
fi
}

Loading…
Cancel
Save