From 2f03d655b58f17445bcd3b408c1ca264f21ad883 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 27 Dec 2024 04:22:27 -0600 Subject: [PATCH] add proto alias Signed-off-by: Jeff Carr --- bashrc/.wit | 1 + 1 file changed, 1 insertion(+) 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