diff --git a/dotfiles/shell/aliases b/dotfiles/shell/aliases index 8ec2638..2159b18 100644 --- a/dotfiles/shell/aliases +++ b/dotfiles/shell/aliases @@ -59,13 +59,19 @@ hello() { *) sudo pacman -Syu esac + echo "Pulling from SetupCockpit" cd ~/SetupCockpit && git pull + echo "Pulling from Keepass" cd ~/Keepass && git pull + echo "Pulling from TSSR" cd ~/Lessons/TSSR && git pull } bye() { + echo "Pushing to SetupCockpit" cd ~/SetupCockpit && git push + echo "Pushing to Keepas" cd ~/Keepass && git push + echo "Pushing to TSSR" cd ~/Lessons/TSSR && git push }