fish: chezmoi edit -a
alias
This commit is contained in:
parent
eafcedfaf5
commit
3901276992
@ -31,6 +31,9 @@ function gpgt; export GPG_TTY=(tty); end
|
|||||||
# Private neovim
|
# Private neovim
|
||||||
function nvimp; nvim -u NONE -c "setlocal history=0 nobackup nomodeline noshelltemp noswapfile noundofile nowritebackup secure viminfo=\"\"" $argv; end
|
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
|
# Read pdf file as text
|
||||||
function pdfr
|
function pdfr
|
||||||
pdftotext $argv - | nvim
|
pdftotext $argv - | nvim
|
||||||
|
Loading…
Reference in New Issue
Block a user