BAT
qexport THEME="Nord"
alias cat="bat --theme $THEME --paging=never --style=plain"
alias bat="bat --theme $THEME"
export MANPAGER="sh -c 'col -bx | bat --theme $THEME -l man -p'"
Shell
복사
1: 적용할 컬러 테마 이름 (bat --list-themes 참고)
2: 기존 cat에 syntax highlighting만 적용하기
3: bat을 실행할때 자동으로 컬러 테마 적용시키기
4: man page 에 bat 적용하기
LSD
# LSD
alias ls="lsd"
alias l='ls -l'
alias la='ls -a'
alias lla='ls -la'
alias lt='ls --tree'
Shell
복사
thanks to hmoon@피카츄_라운지