add ssh-save
This commit is contained in:
parent
050559d5b9
commit
6391c4894b
1
bashrc
1
bashrc
|
@ -147,6 +147,7 @@ alias dicker="docker"
|
||||||
alias hexdump="hexdump --canonical"
|
alias hexdump="hexdump --canonical"
|
||||||
alias p3="python3"
|
alias p3="python3"
|
||||||
alias shrek="firefox https://www.youtube.com/watch?v=_S7WEVLbQ-Y"
|
alias shrek="firefox https://www.youtube.com/watch?v=_S7WEVLbQ-Y"
|
||||||
|
alias ssh-save='eval $(ssh-agent) && ssh-add'
|
||||||
|
|
||||||
# alias avec parametre
|
# alias avec parametre
|
||||||
emoji(){ grep -i $1 $OPT_PATH/emoji; }
|
emoji(){ grep -i $1 $OPT_PATH/emoji; }
|
||||||
|
|
Loading…
Reference in New Issue