added configuration for bat

This commit is contained in:
Valerie Wolfe 2022-06-28 13:15:02 -04:00
parent 2cf21cea4d
commit a158b691f4
2 changed files with 8 additions and 1 deletions

4
bashrc
View file

@ -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)"

5
bat.conf Normal file
View file

@ -0,0 +1,5 @@
# Appearance
--theme="TwoDark"
--style="numbers"
--wrap=never