diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshenv | 2 | ||||
-rw-r--r-- | zsh/.zshrc | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index ba90358..122763d 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -14,4 +14,6 @@ if [[ -d $HOME/Library/Python/3.12/bin ]] && [[ ! $PATH == *"$HOME/Library/Pytho export PATH="$HOME/Library/Python/3.12/bin:$PATH" } +export EDITOR="nvim" + . "$HOME/.cargo/env" @@ -31,3 +31,7 @@ eval "$(pyenv init -)" if command -v ngrok &>/dev/null; then eval "$(ngrok completion)" fi + +test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh" + +eval $(thefuck --alias) |