From 1547826f0e97a7d206f74b7b9877ca84b5b42d29 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 7 Oct 2022 12:15:59 +0200 Subject: add m4 syntax plugin to vim and add `bat` command-line flags to .zshrc --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 4755984..840599c 100644 --- a/.zshrc +++ b/.zshrc @@ -56,6 +56,9 @@ alias c="khal" # the fuck eval $(thefuck --alias) +# bat +alias bat="bat -pp --theme=base16" + # cleanup rm -rf ~/.xsession-errors ~/.xsession-errors.old ~/.zshrc.zwc ~/.lesshst ~/.lyrics ~/.android ~/.zcalc_history .git-credentials .node_repl_history .python_history alias nvidia-settings=nvidia-settings --config="$XDG_CONFIG_HOME"/nvidia/settings -- cgit v1.2.3