Make sure we're all successful
This commit is contained in:
parent
34cc7d40f2
commit
10a70d46c7
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue