Launch fish shell instead of bash

This commit is contained in:
RealStickman 2020-11-30 08:24:00 +01:00
parent e521fe49f8
commit 4db01fa1c5

View File

@ -146,7 +146,7 @@ i3 restart
echo Finished updating everything!
echo Launching new shell!
#new shell to reload .bashrc and fish config
exec bash
# reload fish
exec fish
exit 0