Adding taskwarrior and new path for oh-my-zsh lib
This commit is contained in:
parent
548bf1841f
commit
29b9ce35f6
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Path to your oh-my-zsh installation.
|
# 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)
|
# Default plugins (used everywhere)
|
||||||
plugins=(git systemd rsync)
|
plugins=(git systemd rsync taskwarrior)
|
||||||
|
|
||||||
ZSH_THEME="zhann"
|
ZSH_THEME="zhann"
|
||||||
DISABLE_AUTO_UPDATE="true"
|
DISABLE_AUTO_UPDATE="true"
|
||||||
|
|
Loading…
Reference in a new issue