Delete notification for ssh.
This commit is contained in:
parent
c9d2cf6c80
commit
ba10e5915a
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user