summaryrefslogtreecommitdiff
path: root/common/zsh
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-03-27 21:24:12 -0500
committerChristian Cleberg <[email protected]>2026-03-27 21:24:23 -0500
commitf1ef816d122faaa9df9fdf5e846bf31801d63a16 (patch)
tree694ecd97aa5fd0390d3934f3dd0a9d3a4e781757 /common/zsh
parentaa9c273c1edd8acc12034936256422047a62a9d3 (diff)
downloaddotfiles-f1ef816d122faaa9df9fdf5e846bf31801d63a16.tar.gz
dotfiles-f1ef816d122faaa9df9fdf5e846bf31801d63a16.tar.bz2
dotfiles-f1ef816d122faaa9df9fdf5e846bf31801d63a16.zip
ssh and git updates
Diffstat (limited to 'common/zsh')
-rw-r--r--common/zsh/.zshrc3
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'