From d5d87754639b558f0cb4e834222473ec135906bc Mon Sep 17 00:00:00 2001 From: fosslinux Date: Sat, 16 Mar 2019 11:42:32 +1100 Subject: [PATCH] new zshvars --- zsh/.zshrc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index a0a5d48..e334592 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -78,12 +78,6 @@ source $ZSH/oh-my-zsh.sh export LANG=en_AU.UTF-8 export LC_ALL=en_AU.UTF-8 -# Preferred editor for local and remote sessions -# if [[ -n $SSH_CONNECTION ]]; then -# export EDITOR='vim' -# else -# export EDITOR='mvim' -# fi export EDITOR='vim' # Compilation flags @@ -101,6 +95,10 @@ export EDITOR='vim' # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh" +# zshvars +source .zshvars + +# if linuxbrew installed add to PATH if [ -d "/home/linuxbrew/.linuxbrew" ] ; then export PATH="/home/linuxbrew/.linuxbrew/bin:$PATH" fi