diff --git a/src/dot_config/bashrc.tmpl b/src/dot_config/bashrc.tmpl index e18b6fb..77f8300 100644 --- a/src/dot_config/bashrc.tmpl +++ b/src/dot_config/bashrc.tmpl @@ -10,3 +10,4 @@ [ -x {{ $fish_path }} ] && export SHELL={{ $fish_path }} [[ -z $DISPLAY && $XDG_VTNR -eq 2 ]] && exec startx [[ -z $WAYLAND_DISPLAY && $XDG_VTNR -eq 1 ]] && exec niri-session +exec "$SHELL"