diff options
| author | Christian Cleberg <[email protected]> | 2026-03-27 21:24:12 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-27 21:24:23 -0500 |
| commit | f1ef816d122faaa9df9fdf5e846bf31801d63a16 (patch) | |
| tree | 694ecd97aa5fd0390d3934f3dd0a9d3a4e781757 /common/zsh | |
| parent | aa9c273c1edd8acc12034936256422047a62a9d3 (diff) | |
| download | dotfiles-f1ef816d122faaa9df9fdf5e846bf31801d63a16.tar.gz dotfiles-f1ef816d122faaa9df9fdf5e846bf31801d63a16.tar.bz2 dotfiles-f1ef816d122faaa9df9fdf5e846bf31801d63a16.zip | |
ssh and git updates
Diffstat (limited to 'common/zsh')
| -rw-r--r-- | common/zsh/.zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/zsh/.zshrc b/common/zsh/.zshrc index cf2898b..9cba6bf 100644 --- a/common/zsh/.zshrc +++ b/common/zsh/.zshrc @@ -37,6 +37,8 @@ fi # ============================================================================== export PATH="$HOME/.local/xonsh-env/xbin:$PATH" +export GOPATH=$HOME/go +export PATH=$PATH:$GOPATH/bin export PATH="$BREW_PREFIX/bin:$PATH" export GPG_TTY=$(tty) @@ -94,6 +96,7 @@ alias grep="rg" alias find="fd" alias emacs="emacs -nw" alias xclean="fd -H '.DS_Store' -t f -x rm" +alias python="python3" # Git alias g='git' |
