Skip to content
Snippets Groups Projects
Commit 68af6fdc authored by nimrod's avatar nimrod
Browse files

A little bit quicker and less redundant (maybe).

parent e852b1ea
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ 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"
alias rc_update="make --directory $HOME --always-make vendored generated"
alias gen-ssh-config="rc_update .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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment