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:
parent
6f57123a63
commit
f89211ef87
1 changed files with 0 additions and 11 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue