Skip to content

Commit 5b75f85

Browse files
committed
✨ feat: Remove goenv in favor of mise
1 parent a9800ba commit 5b75f85

3 files changed

Lines changed: 2 additions & 16 deletions

File tree

zsh/.zsh/go.zsh

Lines changed: 0 additions & 8 deletions
This file was deleted.

zsh/.zshenv

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,3 @@ if grep --version 2>&1 | grep -q "GNU"; then
6565
elif uname -s | grep -q "Darwin"; then
6666
export GREP_COLOR="1;38;2;255;85;85"
6767
fi
68-
69-
# goenv
70-
export GOENV_ROOT="${HOME}/.goenv"

zsh/.zshrc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@
77
# The only place to add paths at beginning would be here
88
source "${ZDOTDIR}/.zenv/brew.zsh" # Homebrew
99
export PATH="${HOME}/.local/bin:${PATH}" # User executables
10-
export PATH="${GOENV_ROOT}/bin:${PATH}" # goenv
1110

1211
# Zinit
1312
if [[ -n "${HOMEBREW_PREFIX}" ]]; then
1413
source "${HOMEBREW_PREFIX}/opt/zinit/zinit.zsh"
1514
elif [[ -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"
1917
fi
2018

2119
# Init zsh completions
@@ -56,7 +54,6 @@ zinit light zsh-users/zsh-autosuggestions
5654
zinit light zsh-users/zsh-syntax-highlighting
5755

5856
# Third-party integrations
59-
zinit snippet ${ZDOTDIR}/.zsh/go.zsh
6057
zinit snippet ${ZDOTDIR}/.zsh/iterm.zsh
6158
zinit snippet ${ZDOTDIR}/.zsh/perl.zsh
6259
zinit snippet ${ZDOTDIR}/.zsh/python.zsh
@@ -90,4 +87,4 @@ zinit snippet ${ZDOTDIR}/.zalias/editors.zsh
9087
zinit snippet ${ZDOTDIR}/.zalias/kubectl.zsh
9188
zinit snippet ${ZDOTDIR}/.zalias/npm.zsh
9289
zinit snippet ${ZDOTDIR}/.zalias/pip.zsh
93-
zinit snippet ${ZDOTDIR}/.zalias/xattr.zsh
90+
zinit snippet ${ZDOTDIR}/.zalias/xattr.zsh

0 commit comments

Comments
 (0)