Alias ssh-add to default 1h timeout
This commit is contained in:
parent
07fc475ca1
commit
ea3767e313
4
zshrc
4
zshrc
@ -118,6 +118,10 @@ if R --version &>/dev/null; then
|
|||||||
alias R='R --no-save --no-restore-data'
|
alias R='R --no-save --no-restore-data'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if command -v ssh-add &>/dev/null; then
|
||||||
|
alias ssh-add='ssh-add -t 1h'
|
||||||
|
fi
|
||||||
|
|
||||||
unsetopt correct_all
|
unsetopt correct_all
|
||||||
bindkey '^R' history-incremental-search-backward
|
bindkey '^R' history-incremental-search-backward
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user