Load user's default shell
This commit is contained in:
parent
4f0e04094a
commit
e4d0c6b88e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user