diff --git a/zsh/.zshrc b/zsh/.zshrc index 022ffa9..f3992ac 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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"