diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-09-05 07:40:19 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-09-05 07:40:19 +0100 |
commit | cf736c320b37222ef81694cac554097da0f7597e (patch) | |
tree | 54a60c0526abbf2a2a4ea7dbc27e43fa4f2b66e9 /nix-conf/home/includes | |
parent | fa0fec9a4e2e805f8db832fa62e9d44e3e5869b8 (diff) | |
download | dotfiles-cf736c320b37222ef81694cac554097da0f7597e.tar.gz |
Add comment/attribution
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 1 |
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"; |