diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index a036a18..6cb7f1e 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -63,6 +63,8 @@ fb = "fzf --preview 'bat --color=always --style=numbers --line-range=:500 {}'"; + zz = "z $PWD"; + # Git log aliases from the omz git plugin gl = "git pull"; glg = "git log --stat";