Skip to content

Commit 1bd91b6

Browse files
committed
zsh: add nix nvd alias
1 parent 5164808 commit 1bd91b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

chezmoi/dot_zsh/aliases.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ alias archived="neomutt -f 'notmuch://?query=tag:archived'"
3030
alias plocal="poetry env use $(pyenv which python)"
3131

3232
alias rebuild="sudo nixos-rebuild switch --flake $DOTFILES/.#default"
33+
alias nix-diff="nvd diff /run/current-system $DOTFILES/result"
3334

3435
# if exa exist, alias to ls
3536
if (( ${+commands[eza]} )); then

0 commit comments

Comments
 (0)