We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5164808 commit 1bd91b6Copy full SHA for 1bd91b6
1 file changed
chezmoi/dot_zsh/aliases.zsh
@@ -30,6 +30,7 @@ alias archived="neomutt -f 'notmuch://?query=tag:archived'"
30
alias plocal="poetry env use $(pyenv which python)"
31
32
alias rebuild="sudo nixos-rebuild switch --flake $DOTFILES/.#default"
33
+alias nix-diff="nvd diff /run/current-system $DOTFILES/result"
34
35
# if exa exist, alias to ls
36
if (( ${+commands[eza]} )); then
0 commit comments