Delete notification for ssh.

This commit is contained in:
Bartek Stalewski 2024-07-01 00:13:38 +02:00
parent c9d2cf6c80
commit ba10e5915a
Signed by: ftpd
SSH Key Fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo
2 changed files with 0 additions and 7 deletions

View File

@ -23,7 +23,6 @@ source $ZDOTDIR/aliases.zsh
source $ZDOTDIR/cleanhome.zsh
source $ZDOTDIR/fzf.zsh
source $ZDOTDIR/keys.zsh
source $ZDOTDIR/ssh.zsh
# source modules
source ~/.local/git/zsh_modules/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh

View File

@ -1,6 +0,0 @@
if [[ $(uname -s) = "Darwin" ]]; then
function ssh() {
osascript -e 'display notification "Touch the YubiKey" with title "2fa required"'
/opt/homebrew/bin/ssh $*
}
fi