Remove function bye(), rename function off() to bye()

This commit is contained in:
flyingscorpio@arch-desktop 2021-01-16 23:22:58 +01:00
parent 66c30156eb
commit fe38d289bd

View file

@ -114,13 +114,6 @@ hello() {
}
bye() {
cd || exit 1
git-summary -dl
system_update
sudo protonvpn d
}
off() {
sudo protonvpn d && shutdown now
}