Go back to home after hello and bye

This commit is contained in:
flyingscorpio@arch-desktop 2020-10-26 16:40:45 +01:00
parent 5622738df0
commit 7988598fa8

View file

@ -65,6 +65,7 @@ hello() {
cd ~/Keepass && git pull
echo "Pulling from TSSR"
cd ~/Lessons/TSSR && git pull
cd || exit 1
}
bye() {
@ -74,4 +75,5 @@ bye() {
cd ~/Keepass && git push
echo "Pushing to TSSR"
cd ~/Lessons/TSSR && git push
cd || exit 1
}