From a158b691f441ee0f6c6c130275dd50eb72469071 Mon Sep 17 00:00:00 2001 From: Valerie Date: Tue, 28 Jun 2022 13:15:02 -0400 Subject: [PATCH] added configuration for bat --- bashrc | 4 +++- bat.conf | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 bat.conf diff --git a/bashrc b/bashrc index 1f246b8..476c294 100644 --- a/bashrc +++ b/bashrc @@ -9,13 +9,15 @@ [[ $- != *i* ]] && return alias hx='helix' +alias imgcat="wezterm imgcat --height 50%" alias ls='ls --color=auto' alias lsd="lsd -l" -alias imgcat="wezterm imgcat --height 50%" alias motd="rust-motd" export EDITOR=helix +export BAT_CONFIG_PATH="$HOME/.config/bat.conf" + eval "$(starship init bash)" eval "$(thefuck --alias)" diff --git a/bat.conf b/bat.conf new file mode 100644 index 0000000..1399467 --- /dev/null +++ b/bat.conf @@ -0,0 +1,5 @@ + +# Appearance +--theme="TwoDark" +--style="numbers" +--wrap=never