From: Armaan Bhojwani Date: Tue, 13 Apr 2021 17:28:25 +0000 (-0400) Subject: zsh: add kzf alias X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=e777aea55326a865045430cdad51a114420051cc zsh: add kzf alias --- diff --git a/config.org b/config.org index 0148a0a..a07edcc 100644 --- a/config.org +++ b/config.org @@ -1155,6 +1155,11 @@ If no command given, =ls=, if in a Git repo, =git status= as well. alias reflect='reflector --verbose --sort rate --save \ ~/.local/etc/pacman.d/mirrorlist --download-timeout 60' # Takes ~45m to run #+end_src +**** Package management (KISS) +#+begin_src shell :tangle ~/.config/zsh/zshrc + alias kzf="kiss s \* | xargs -l basename | \ + fzf --preview 'kiss search {} | xargs -l dirname'" +#+end_src *** Exports #+begin_src shell :tangle ~/.config/zsh/zshrc export EDITOR="emacsclient -c"