1
0
Fork 0

Autocommitted updated scripts from mari-wovn

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

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

Loading…
Cancel
Save