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