|
|
|
@ -508,6 +508,15 @@ This needs to be diff'd among the versions |
|
|
|
export GIT_EDITOR=$EMACS |
|
|
|
export GIT_EDITOR=$EMACS |
|
|
|
export SUDO_EDITOR=$EMACS |
|
|
|
export SUDO_EDITOR=$EMACS |
|
|
|
#+end_src |
|
|
|
#+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: |
|
|
|
*** git helpers :daily: |
|
|
|
#+begin_src sh |
|
|
|
#+begin_src sh |
|
|
|
function git-create-pi-remote () { |
|
|
|
function git-create-pi-remote () { |
|
|
|
|