Make sure we're all successful

This commit is contained in:
Benjamin Bädorf 2022-06-04 19:32:12 +02:00
parent c6d4a9f0dc
commit 6054a02ebf
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -87,6 +87,10 @@ in
precmd () {
DIR_NAME=$(pwd | sed "s|^$HOME|~|g")
echo -e -n "\e]2;$DIR_NAME\e\\"
if [ $? -eq 0 ]; then
echo "success"
fi
}
# If a command is not found, show me where it is