From 68af6fdcade0fffc844639bb879a03327c624bf3 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 5 May 2019 15:41:15 +0300
Subject: [PATCH] A little bit quicker and less redundant (maybe).

---
 .bashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.bashrc b/.bashrc
index 5af1b47..a8084fb 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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'
-- 
GitLab