dotar/zsh/prezto-override/zshrc

24 lines
564 B
Bash
Raw Normal View History

2017-08-09 17:31:57 +08:00
#
# Executes commands at the start of an interactive session.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
# Customize to your needs...
for config_file ($HOME/.yadr/zsh/*.zsh) source $config_file
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
2019-07-14 11:08:54 +08:00
export GOPATH=$HOME/go
2020-09-15 11:50:59 +08:00
export PATH="$HOME/.local/bin:$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
2020-02-14 01:52:35 +08:00
2020-02-16 15:37:34 +08:00
export HELM_HOME="$HOME/.helm"
2021-02-09 23:11:22 +08:00
export PATH="$PATH:$HOME/.rvm/bin"