Skip to content
Snippets Groups Projects
Commit 608c9dcb authored by nimrod's avatar nimrod
Browse files

Don't fudge gen-ssh-config.

parent 58e25274
No related branches found
No related tags found
No related merge requests found
......@@ -105,8 +105,9 @@ alias color='less --raw-control-chars -p'
alias pip2='python2 -m pip'
alias pip3='python3 -m pip'
# shellcheck disable=SC2139
alias rc_update="make --directory $HOME --always-make vendored generated"
alias gen-ssh-config="rc_update .ssh/config"
alias rc_make="make --directory $HOME --always-make"
alias rc_update="rc_make vendored generated"
alias gen-ssh-config="rc_make .ssh/config"
alias bfg='java -jar $HOME/.local/share/bfg/bfg.jar'
alias prune_docker_remote='find ~/.ssh -maxdepth 1 -type s -name "docker_*" -delete'
alias close='ssh -fnNTS ~/.ssh/%C.sock -O exit'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment