mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-12-27 00:51:52 +01:00
Remove rbenv
This commit is contained in:
parent
015d807499
commit
df36efa858
3
zsh/env
3
zsh/env
@ -40,7 +40,6 @@ fi
|
||||
|
||||
if test -d "$HOME/.cargo"; then
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
eval "$(rbenv init -)"
|
||||
fi
|
||||
|
||||
if test -d "$HOME/.local"; then
|
||||
@ -108,4 +107,4 @@ elif [[ $platform == 'macOS' && -x $(which gls) ]]; then
|
||||
alias bls='pwd; gls -lahpG --group-directories-first --color-scale --time-style=long-iso'
|
||||
elif [[ $platform == 'macOS' ]]; then
|
||||
alias bls='pwd; /bin/ls -lahGp'
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user