diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-29 17:21:07 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-29 17:21:07 +0100 |
commit | 1c632029d7a02742b0cc740b6984ce139429b88b (patch) | |
tree | c3ff42411f67d57ef86249723f38a726414ecd8a /config | |
parent | 5464c097a44165473b352c463805a39799888c52 (diff) |
checkpoint
Diffstat (limited to 'config')
-rw-r--r-- | config/essentials/shell/functions.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index 1aecccc..ab257fd 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -374,8 +374,8 @@ ssh() { for arg in $@; do if grep "Host $arg\s*\$" ~/.ssh/config > /dev/null 2>&1 ; then - # Disable notification by unsetting the DISPLAY varibles - DISPLAY= keyadd "$arg" 2> /dev/null + # Disable notification by unsetting the DISPLAY varibles + keyadd "$arg" 2> /dev/null break fi done |