Add Ruby environment configurations
This commit is contained in:
@@ -7,18 +7,12 @@ function appendpath() {
|
||||
esac
|
||||
}
|
||||
|
||||
<<<<<<< Updated upstream:.zshenv-linux
|
||||
appendpath $GOBIN
|
||||
appendpath $HOME/.local/bin
|
||||
=======
|
||||
appendpath "$GOPATH/bin"
|
||||
appendpath "$HOME/.local/bin"
|
||||
appendpath "$HOME/Library/Application\ Support/JetBrains/Toolbox/scripts"
|
||||
>>>>>>> Stashed changes:.zshenv
|
||||
appendpath $HOME/.local/share/gem/ruby/3.0.0/bin
|
||||
|
||||
unset appendpath
|
||||
|
||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||
export SDKMAN_DIR="$HOME/.sdkman"
|
||||
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
|
||||
#
|
||||
@@ -136,7 +136,7 @@ bindkey -e
|
||||
|
||||
autoload -U compinit && compinit
|
||||
|
||||
source "/usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
source "/usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh"
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
Reference in New Issue
Block a user