diff options
| author | Jeff Carr <[email protected]> | 2024-12-24 00:35:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-24 00:35:50 -0600 |
| commit | d68111da365229af10a405b463bbeb3ca47b7b9f (patch) | |
| tree | 82f724660e380a29f7712e29692072aa3d5a48a0 | |
| parent | 75d1ae83503821e1aa4cb6ed68675d8500e837ac (diff) | |
add 'apps' alias
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | bashrc/.wit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc/.wit b/bashrc/.wit index 1fac9a8..4a3d908 100644 --- a/bashrc/.wit +++ b/bashrc/.wit @@ -49,6 +49,7 @@ alias vi='vim -u ~/.config/vimrc' alias vim='vim -u ~/.config/vimrc' alias apt-find="apt-file search" +alias apps="cd ~/go/src/go.wit.com/apps" export LANG=C export LANGUAGE=C |
