From 79cdd274338b0224b95cd9b09a36d50388b61d19 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 2 Dec 2022 06:12:22 +0000 Subject: [PATCH] Add zz alias (like z.lua) --- nix-conf/home/includes/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) 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";