summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-01-29 12:04:51 +0100
committerMarc Vertes <mvertes@free.fr>2025-01-29 12:04:51 +0100
commit6bfc37b756ec5e6671c646b5313ad0b092dd8d71 (patch)
treec4187e5e86747ac4940a128266a386702c144e5e /.profile
parent64063207b5f418bb87b86f1a47f423e4036e8561 (diff)
fixup
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