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