Default path for oh-my-zsh install

This commit is contained in:
eeva 2017-03-14 15:18:12 +01:00
parent 8900332581
commit e09b926999
1 changed files with 6 additions and 3 deletions

View File

@ -1,12 +1,11 @@
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
export ZSH=$(nix-env -q --out-path oh-my-zsh | cut -d' ' -f 3)/share/oh-my-zsh
# Default plugins (used everywhere)
plugins=(git systemd)
plugins=(git systemd rsync)
ZSH_THEME="zhann"
DISABLE_AUTO_UPDATE="true"
source $ZSH/oh-my-zsh.sh
export EDITOR='vim'
@ -36,3 +35,7 @@ fi
if [ -f "$HOME/.dir_colors" ]; then
eval `dircolors ~/.dir_colors`
fi
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
source $ZSH/oh-my-zsh.sh