From 6bfc37b756ec5e6671c646b5313ad0b092dd8d71 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Wed, 29 Jan 2025 12:04:51 +0100 Subject: fixup --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') 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 -- cgit v1.2.3