fish: chezmoi edit -a alias

This commit is contained in:
dogeystamp 2024-10-12 15:00:05 -04:00
parent eafcedfaf5
commit 3901276992
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -31,6 +31,9 @@ function gpgt; export GPG_TTY=(tty); end
# Private neovim
function nvimp; nvim -u NONE -c "setlocal history=0 nobackup nomodeline noshelltemp noswapfile noundofile nowritebackup secure viminfo=\"\"" $argv; end
# Edit configuration file
alias nvic 'chezmoi edit -a'
# Read pdf file as text
function pdfr
pdftotext $argv - | nvim