added configuration for bat
This commit is contained in:
parent
2cf21cea4d
commit
a158b691f4
2 changed files with 8 additions and 1 deletions
4
bashrc
4
bashrc
|
@ -9,13 +9,15 @@
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
alias hx='helix'
|
alias hx='helix'
|
||||||
|
alias imgcat="wezterm imgcat --height 50%"
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias lsd="lsd -l"
|
alias lsd="lsd -l"
|
||||||
alias imgcat="wezterm imgcat --height 50%"
|
|
||||||
alias motd="rust-motd"
|
alias motd="rust-motd"
|
||||||
|
|
||||||
export EDITOR=helix
|
export EDITOR=helix
|
||||||
|
|
||||||
|
export BAT_CONFIG_PATH="$HOME/.config/bat.conf"
|
||||||
|
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
eval "$(thefuck --alias)"
|
eval "$(thefuck --alias)"
|
||||||
|
|
||||||
|
|
5
bat.conf
Normal file
5
bat.conf
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
# Appearance
|
||||||
|
--theme="TwoDark"
|
||||||
|
--style="numbers"
|
||||||
|
--wrap=never
|
Loading…
Reference in a new issue