Merge pull request 'Make sure we're all successful' (#90) from feature/success into main
Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/90
This commit is contained in:
commit
d5ed22c6a3
|
@ -87,6 +87,12 @@ in
|
||||||
precmd () {
|
precmd () {
|
||||||
DIR_NAME=$(pwd | sed "s|^$HOME|~|g")
|
DIR_NAME=$(pwd | sed "s|^$HOME|~|g")
|
||||||
echo -e -n "\e]2;$DIR_NAME\e\\"
|
echo -e -n "\e]2;$DIR_NAME\e\\"
|
||||||
|
|
||||||
|
if [ $(date +%d%m) = '0104' ]; then
|
||||||
|
if [ $? -eq 0 ]; then
|
||||||
|
echo "Success! That was a great command! I can't wait to see what amazing stuff you'll be up to next."
|
||||||
|
fi
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# If a command is not found, show me where it is
|
# If a command is not found, show me where it is
|
||||||
|
|
Loading…
Reference in a new issue