remove not working export

This commit is contained in:
2022-01-09 12:28:47 +01:00
parent 11391943af
commit 8708529b20

View File

@@ -5,8 +5,6 @@ SAVEHIST=$HISTSIZE
export GOPATH="$HOME/.go"
export PATH="$HOME/.cargo/bin:$HOME/.gem/bin:$GOPATH/bin:$HOME/.dotfiles/bin:$HOME/.local/bin:$PATH"
[[ "`uname`" == 'Darwin' ]] && PATH="/opt/homebrew/bin:$PATH"
if [[ -x /usr/bin/nvim ]]; then
export EDITOR=nvim
elif [[ -x /usr/bin/vim ]]; then