@ -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"
*** fzf colour options :daily:
export FZF_DEFAULT_OPTS="
--color='dark,fg+:red,pointer:red,info:blue,hl:yellow,hl+:yellow'"
*** git helpers :daily:
function git-create-pi-remote () {