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>2024-09-05 07:40:19 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-09-05 07:40:19 +0100
commitcf736c320b37222ef81694cac554097da0f7597e (patch)
tree54a60c0526abbf2a2a4ea7dbc27e43fa4f2b66e9 /nix-conf/home/includes
parentfa0fec9a4e2e805f8db832fa62e9d44e3e5869b8 (diff)
downloaddotfiles-cf736c320b37222ef81694cac554097da0f7597e.tar.gz
Add comment/attribution
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r--nix-conf/home/includes/zsh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index 9a8c1cf..fcec135 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -77,6 +77,7 @@ in
 
       fb = "fzf --preview 'bat --color=always --style=numbers --line-range=:500 {}'";
 
+      # Restrict matches to subdirs of the current one (https://github.com/skywind3000/z.lua/blob/ef9a49d73d2b4f262c6fbb23262253dcda7c19a7/README.md#tips)
       zz = "z $PWD";
 
       els = "ea run linear ls -- -1";