diff options
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 81c31f8..8e72229 100644 --- a/.bash_profile +++ b/.bash_profile @@ -18,3 +18,5 @@ export LSCOLORS=Exfxcxdxbxegedabagacad . "$HOME/.cargo/env" export VOLTA_HOME="$HOME/.volta" export PATH="$VOLTA_HOME/bin:$PATH" + +function gam() { "/Users/cobraz/bin/gam/gam" "$@" ; } |
