File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -65,6 +65,3 @@ if grep --version 2>&1 | grep -q "GNU"; then
6565elif uname -s | grep -q " Darwin" ; then
6666 export GREP_COLOR=" 1;38;2;255;85;85"
6767fi
68-
69- # goenv
70- export GOENV_ROOT=" ${HOME} /.goenv"
Original file line number Diff line number Diff line change 77# The only place to add paths at beginning would be here
88source " ${ZDOTDIR} /.zenv/brew.zsh" # Homebrew
99export PATH=" ${HOME} /.local/bin:${PATH} " # User executables
10- export PATH=" ${GOENV_ROOT} /bin:${PATH} " # goenv
1110
1211# Zinit
1312if [[ -n " ${HOMEBREW_PREFIX} " ]]; then
1413 source " ${HOMEBREW_PREFIX} /opt/zinit/zinit.zsh"
1514elif [[ -n " ${XDG_DATA_HOME} " ]]; then
1615 source " ${XDG_DATA_HOME} /zinit/zinit.zsh"
17- else
18- source " ${HOME} /.local/share/zinit/zinit.zsh"
16+ else source " ${HOME} /.local/share/zinit/zinit.zsh"
1917fi
2018
2119# Init zsh completions
@@ -56,7 +54,6 @@ zinit light zsh-users/zsh-autosuggestions
5654zinit light zsh-users/zsh-syntax-highlighting
5755
5856# Third-party integrations
59- zinit snippet ${ZDOTDIR} /.zsh/go.zsh
6057zinit snippet ${ZDOTDIR} /.zsh/iterm.zsh
6158zinit snippet ${ZDOTDIR} /.zsh/perl.zsh
6259zinit snippet ${ZDOTDIR} /.zsh/python.zsh
@@ -90,4 +87,4 @@ zinit snippet ${ZDOTDIR}/.zalias/editors.zsh
9087zinit snippet ${ZDOTDIR} /.zalias/kubectl.zsh
9188zinit snippet ${ZDOTDIR} /.zalias/npm.zsh
9289zinit snippet ${ZDOTDIR} /.zalias/pip.zsh
93- zinit snippet ${ZDOTDIR} /.zalias/xattr.zsh
90+ zinit snippet ${ZDOTDIR} /.zalias/xattr.zsh
You can’t perform that action at this time.
0 commit comments