diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ esac case $SHELL in (*/ash) export ENV=~/.shrc ;; -(*/bash) type -t p 2>/dev/null || . ~/.bashrc ;; +(*/bash) type -t p >/dev/null || . ~/.bashrc ;; esac [ "$(tty)" = /dev/tty1 ] && [ -x /usr/bin/sway ] && exec dbus-run-session -- sway || true |
