Add pass alias to combine with fzf

master
Jacopo De Simoi 6 months ago
parent 1bab3cc931
commit fb8c3e635a
  1. 9
      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 () {

Loading…
Cancel
Save