Skip to content

Commit

Permalink
fix editor path
Browse files Browse the repository at this point in the history
  • Loading branch information
brightpuddle committed May 29, 2022
1 parent a2c5766 commit fbf29ac
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
export PYTHON3_HOST_PROG=/usr/local/bin/python3
export GOPATH=$HOME/src/.go
export PYTHONSTARTUP=$HOME/.pythonrc.py
export EDITOR=/usr/local/bin/nvim
export EDITOR=/usr/local/bin/vi

export PATH=$HOME/.local/bin:$PATH
export PATH=/usr/local/sbin:$PATH
export PATH=/usr/local/bin:$PATH
export PATH=$HOME/.bin:$PATH
export PATH=$GOPATH/bin:$PATH
export PATH=$HOME/.cargo/bin:$PATH
export PATH=$HOME/.nimble/bin:$PATH
export PATH=$HOME/.flutter/bin:$PATH
# export PATH=$HOME/.nimble/bin:$PATH
# export PATH=$HOME/.flutter/bin:$PATH
export PATH=$HOME/.ghcup/bin:$PATH
export PATH=/usr/local/opt/ruby/bin:$PATH
export PATH=/usr/local/lib/ruby/gems/3.0.0/bin:$PATH

Expand Down

0 comments on commit fbf29ac

Please sign in to comment.