config updates

pull/1/head
koehr 3 years ago
parent 4d0e9304c3
commit 82423164b2

@ -27,6 +27,6 @@ hook global WinSetOption filetype=rust %{
set buffer indentwidth 4 set buffer indentwidth 4
} }
hook global WinSetOption filetype=json %{ hook global WinSetOption filetype=json %{
set window formatcmd 'jq .' set window formatcmd 'jq --indent 2 .'
hook window BufWritePre .* format hook window BufWritePre .* format
} }

@ -23,11 +23,13 @@ alias howto="howdoi -c"
alias icat="kitty +kitten icat" alias icat="kitty +kitten icat"
alias wttr="curl wttr.in" alias wttr="curl wttr.in"
alias df="duf" alias df="duf"
alias du="dust"
alias md="glow -p" alias md="glow -p"
alias ls="lsd" alias ls="lsd"
alias l="lsd -lha" alias l="lsd -lha"
alias ll="lsd -lh" alias ll="lsd -lh"
alias lt="lsd --tree" alias lt="lsd --tree"
alias pp="bat"
# twtxt # twtxt
alias ttt="txtnish tweet" alias ttt="txtnish tweet"

Loading…
Cancel
Save