Redundant

This commit is contained in:
John Mertz 2024-08-18 14:09:47 -06:00
parent fb7e3354b6
commit 6f68106412
1 changed files with 0 additions and 1 deletions

View File

@ -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