From 6f68106412bce6082c3b17434ab50758a7907b9d Mon Sep 17 00:00:00 2001 From: John Mertz Date: Sun, 18 Aug 2024 14:09:47 -0600 Subject: [PATCH] Redundant --- bash/prompt.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bash/prompt.sh b/bash/prompt.sh index 46288428b..5f3fe0424 100755 --- a/bash/prompt.sh +++ b/bash/prompt.sh @@ -59,7 +59,6 @@ fi if [[ -n $ALACRITTY_WINDOW_ID ]]; then # The last 4 bits are always 0, so drop them SEP=$(($ALACRITTY_WINDOW_ID >> 4)) - (( SEP &= 7 )) # SSH connections can use PID stored in SSH_CONNECTION else # Seems to always be even, so drop 1 bit