Add exit
This commit is contained in:
parent
f0965c8a39
commit
458d5b4fac
@ -149,3 +149,5 @@ echo Launching new shell!
|
||||
|
||||
#new shell to reload .bashrc and fish config
|
||||
exec bash
|
||||
|
||||
exit 0
|
||||
|
@ -56,3 +56,5 @@ fi
|
||||
cd "$HOME/GitProjects/website"
|
||||
git fetch --all
|
||||
git pull
|
||||
|
||||
exit 0
|
||||
|
@ -9,3 +9,5 @@ for g in /sys/kernel/iommu_groups/*; do
|
||||
echo -e "\t$(lspci -nns ${d##*/})"
|
||||
done;
|
||||
done;
|
||||
|
||||
exit 0
|
||||
|
@ -4,3 +4,5 @@ set -euo pipefail
|
||||
|
||||
# redetects PulseAudio outputs
|
||||
pacmd unload-module module-udev-detect && pacmd load-module module-udev-detect
|
||||
|
||||
exit 0
|
||||
|
@ -7,3 +7,5 @@ pacmd unload-module module-udev-detect && pacmd load-module module-udev-detect
|
||||
|
||||
# Git pull
|
||||
bash "$HOME/scripts/git-pull.sh"
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user