Adding taskwarrior and new path for oh-my-zsh lib

This commit is contained in:
Martin Potier 2017-07-17 20:42:33 +02:00
parent 548bf1841f
commit 29b9ce35f6
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
# Path to your oh-my-zsh installation.
export ZSH=$(nix-env -q --out-path oh-my-zsh | cut -d' ' -f 3)/share/oh-my-zsh
#export ZSH=$(nix-env -q --out-path oh-my-zsh | cut -d' ' -f 3)/share/oh-my-zsh
export ZSH=$HOME/.nix-profile/share/oh-my-zsh
# Default plugins (used everywhere)
plugins=(git systemd rsync)
plugins=(git systemd rsync taskwarrior)
ZSH_THEME="zhann"
DISABLE_AUTO_UPDATE="true"