From 82423164b2d4941c7c3c375e2319076d46962837 Mon Sep 17 00:00:00 2001 From: koehr Date: Sat, 3 Jul 2021 19:56:28 +0200 Subject: [PATCH] config updates --- dot.config/kak/autoload/stuff.kak | 2 +- dot.profile | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dot.config/kak/autoload/stuff.kak b/dot.config/kak/autoload/stuff.kak index df91ab4..556b316 100644 --- a/dot.config/kak/autoload/stuff.kak +++ b/dot.config/kak/autoload/stuff.kak @@ -27,6 +27,6 @@ hook global WinSetOption filetype=rust %{ set buffer indentwidth 4 } hook global WinSetOption filetype=json %{ - set window formatcmd 'jq .' + set window formatcmd 'jq --indent 2 .' hook window BufWritePre .* format } diff --git a/dot.profile b/dot.profile index 0c5cac1..007da2d 100644 --- a/dot.profile +++ b/dot.profile @@ -23,11 +23,13 @@ alias howto="howdoi -c" alias icat="kitty +kitten icat" alias wttr="curl wttr.in" alias df="duf" +alias du="dust" alias md="glow -p" alias ls="lsd" alias l="lsd -lha" alias ll="lsd -lh" alias lt="lsd --tree" +alias pp="bat" # twtxt alias ttt="txtnish tweet"