summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index cdc28e3..d52b4f3 100644
--- a/.profile
+++ b/.profile
@@ -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