summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-27 04:22:27 -0600
committerJeff Carr <[email protected]>2024-12-27 04:22:27 -0600
commit2f03d655b58f17445bcd3b408c1ca264f21ad883 (patch)
tree1b7ff5cecf49132189bc7d6f9110ea5db7bc95d9
parentd68111da365229af10a405b463bbeb3ca47b7b9f (diff)
add proto alias
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--bashrc/.wit1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc/.wit b/bashrc/.wit
index 4a3d908..8aafc36 100644
--- a/bashrc/.wit
+++ b/bashrc/.wit
@@ -50,6 +50,7 @@ alias vim='vim -u ~/.config/vimrc'
alias apt-find="apt-file search"
alias apps="cd ~/go/src/go.wit.com/apps"
+alias proto="cd ~/go/src/go.wit.com/lib/protobuf"
export LANG=C
export LANGUAGE=C