aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-10-07 12:15:59 +0200
committerlonkaars <loek@pipeframe.xyz>2022-10-07 12:15:59 +0200
commit1547826f0e97a7d206f74b7b9877ca84b5b42d29 (patch)
tree3c83954f114a9194cf79d5a601157403b160ef93 /.zshrc
parent00b1b32b784e931a034cab56f1b95e29789f8d6d (diff)
add m4 syntax plugin to vim and add `bat` command-line flags to .zshrc
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
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