Skip to content

Commit

Permalink
fix autin path
Browse files Browse the repository at this point in the history
  • Loading branch information
FloSch62 authored Dec 2, 2024
1 parent 78ad3bb commit cbf10a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ source $ZSH/oh-my-zsh.sh
# alias ohmyzsh="mate ~/.oh-my-zsh"

[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
export PATH="$HOME/.atuin/bin:$PATH"
eval "$(atuin init zsh)"

# pyenv
Expand All @@ -131,4 +132,4 @@ export PYENV_ROOT="$HOME/.pyenv"
eval "$(pyenv init -)"

# go path
export PATH=$PATH:/usr/local/go/bin:~/go/bin
export PATH=$PATH:/usr/local/go/bin:~/go/bin

0 comments on commit cbf10a8

Please sign in to comment.