Load user's default shell

This commit is contained in:
RealStickman 2021-05-06 13:52:26 +02:00
parent 4f0e04094a
commit e4d0c6b88e

View File

@ -324,6 +324,6 @@ if [[ $(pacman -Q | grep podman) ]]; then
fi fi
# reload fish # reload fish
exec fish exec "$(getent passwd $LOGNAME | cut -d: -f7)"
exit 0 exit 0