about summary refs log tree commit diff stats
path: root/nix-conf/home/includes
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-12-02 06:12:22 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-12-02 06:12:22 +0000
commit79cdd274338b0224b95cd9b09a36d50388b61d19 (patch)
treed59e50f0b767394d3663d89ac66e780a5de78add /nix-conf/home/includes
parentc6f468f8f01306f09b68d9aac0814875f3c411a9 (diff)
downloaddotfiles-79cdd274338b0224b95cd9b09a36d50388b61d19.tar.gz
Add zz alias (like z.lua)
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r--nix-conf/home/includes/zsh.nix2
1 files changed, 2 insertions, 0 deletions
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";