1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-21 05:06:04 +00:00

feat!: Remove rbenv and n hooks

I'll be using nix for those types of dependencies from now on
This commit is contained in:
Thomas A. Christensen II 2023-04-15 17:45:11 -05:00
parent 6f57123a63
commit f89211ef87
Signed by: millironx
GPG key ID: 09335146883990B9

View file

@ -1,14 +1,3 @@
if [ -f $HOME/.rbenv/bin/rbenv ]; then
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"
fi
if [ $(command -v n) ]; then
export N_PREFIX=$HOME/.n
export PATH="$HOME/.n/bin:$PATH"
fi
if [ -f $HOME/.ion/bin/ion ]; then
export PATH="$HOME/.ion/bin/ion:$PATH"
export FPATH="$HOME/.ion/completions:$FPATH"