summaryrefslogtreecommitdiff
path: root/config/essentials/shell
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-29 19:17:54 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-11-29 19:17:54 +0100
commit0a8efa37e85ad3fc0b633d5e92198b09cd7fd555 (patch)
tree30001a3c2a2444f204b7f80e36fd93cc0b9c7ff8 /config/essentials/shell
parent3d6ee0856e4477378e8237f11f6f74eec9754488 (diff)
parent1c632029d7a02742b0cc740b6984ce139429b88b (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/essentials/shell')
-rw-r--r--config/essentials/shell/functions.sh4
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