Default path for oh-my-zsh install
This commit is contained in:
parent
8900332581
commit
e09b926999
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue