From fb8c3e635a2af2fd2a2cbeda3164d438cad1f015 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Fri, 5 Sep 2025 10:08:34 -0400 Subject: [PATCH] Add pass alias to combine with fzf --- zshrc.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/zshrc.org b/zshrc.org index e942371..31a5d2c 100644 --- a/zshrc.org +++ b/zshrc.org @@ -508,6 +508,15 @@ This needs to be diff'd among the versions export GIT_EDITOR=$EMACS export SUDO_EDITOR=$EMACS #+end_src +*** pass management :daily: + #+begin_src sh + alias pass-fzf="PASSWORD_STORE_ENABLE_EXTENSIONS=true pass fzf" + #+end_src +*** fzf colour options :daily: + #+begin_src sh + export FZF_DEFAULT_OPTS=" + --color='dark,fg+:red,pointer:red,info:blue,hl:yellow,hl+:yellow'" + #+end_src *** git helpers :daily: #+begin_src sh function git-create-pi-remote () {