summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-01-22 10:56:31 +0100
committerMarc Vertes <mvertes@free.fr>2025-01-22 10:56:31 +0100
commit86ed37c65ccd893dc4cb07bd7de53ece812df26d (patch)
tree2e245cb06cf1f6d1304a456cf8b033e90d60d115 /.profile
parent386dccdbe3cb95fe0450907b57981f8684b264e5 (diff)
parent074652bfb9969c26f7f9ddf0befedb22323669d4 (diff)
fixup
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 97906da..52b0258 100644
--- a/.profile
+++ b/.profile
@@ -24,7 +24,7 @@ esac
case $SHELL in
(*/ash) export ENV=~/.shrc ;;
-(*/bash) type p 2>/dev/null || . ~/.bashrc ;;
+(*/bash) type -t p 2>/dev/null || . ~/.bashrc ;;
esac
[ "$(tty)" = /dev/tty1 ] && [ -x /usr/bin/sway ] && exec dbus-run-session -- sway || true