diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-12-02 06:12:22 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-12-02 06:12:22 +0000 |
commit | 79cdd274338b0224b95cd9b09a36d50388b61d19 (patch) | |
tree | d59e50f0b767394d3663d89ac66e780a5de78add /nix-conf | |
parent | c6f468f8f01306f09b68d9aac0814875f3c411a9 (diff) | |
download | dotfiles-79cdd274338b0224b95cd9b09a36d50388b61d19.tar.gz |
Add zz alias (like z.lua)
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 2 |
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"; |