|
|
@@ -5,7 +5,7 @@ export PATH=$HOME/.local/bin:$HOME/.mix/escripts:/usr/local/go/bin:$HOME/.local/ |
|
|
|
if [[ -n $SSH_CONNECTION ]]; then |
|
|
|
export EDITOR='vim' |
|
|
|
else |
|
|
|
export EDITOR='atom' |
|
|
|
export EDITOR='subl' |
|
|
|
fi |
|
|
|
|
|
|
|
if [[ -d $HOME/.cargo ]]; then |
|
|
@@ -16,6 +16,10 @@ if [[ -d /home/linuxbrew ]]; then |
|
|
|
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv) |
|
|
|
fi |
|
|
|
|
|
|
|
if [[ -f $HOME/.zsh-custom ]]; then |
|
|
|
source $HOME/.zsh-custom |
|
|
|
fi |
|
|
|
|
|
|
|
fpath=("$HOME/.zfunctions" $fpath) |
|
|
|
|
|
|
|
autoload -U promptinit; promptinit |
|
|
|