no more need for gem bins in the path
This commit is contained in:
parent
8e348d0048
commit
3701cf6361
5
zshrc
5
zshrc
@ -36,8 +36,8 @@ export PATH="$HOME/.local/bin":"$PATH"
|
|||||||
#export PATH="$HOME/.cabal/bin":"$PATH"
|
#export PATH="$HOME/.cabal/bin":"$PATH"
|
||||||
|
|
||||||
# Gems
|
# Gems
|
||||||
export PATH="$(ruby -rubygems -e "puts Gem.user_dir")/bin":"$PATH"
|
#export PATH="$(ruby -rubygems -e "puts Gem.user_dir")/bin":"$PATH"
|
||||||
export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
|
#export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
|
||||||
|
|
||||||
# For vim
|
# For vim
|
||||||
export EDITOR="vim"
|
export EDITOR="vim"
|
||||||
@ -59,3 +59,4 @@ alias ncmpcpp="ncmpcpp -c ~/.config/ncmpcpp/config"
|
|||||||
# Base16 Shell
|
# Base16 Shell
|
||||||
BASE16_SHELL="$HOME/.config/base16-shell/base16-3024.dark.sh"
|
BASE16_SHELL="$HOME/.config/base16-shell/base16-3024.dark.sh"
|
||||||
[[ -s $BASE16_SHELL ]] && source $BASE16_SHELL
|
[[ -s $BASE16_SHELL ]] && source $BASE16_SHELL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user