Made some small changes

This commit is contained in:
2025-01-05 11:52:31 +01:00
parent ba64b6c31e
commit 8b31f5f547
11 changed files with 91 additions and 68 deletions

2
.zshrc
View File

@@ -55,6 +55,8 @@ zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls --color $realpath'
export GOPATH="$HOME/go"
export GOBIN="$HOME/go/bin"
export EDITOR='nvim'
export PATH="/usr/local/bin:/opt/homebrew/bin:$HOME/Library/Python/3.8/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/opt/homebrew/sbin:$HOME/.cargo/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:$HOME/Library/Application:Support/JetBrains/Toolbox/scripts:/usr/local/go/bin:$GOPATH:$GOBIN"
# Path to your Oh My Zsh installation.