Skip to content

Commit

Permalink
fix bat color tint when using lf
Browse files Browse the repository at this point in the history
  • Loading branch information
GrzegorzKozub committed Jun 9, 2024
1 parent dce0b0d commit 39de43a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ my-games() { my-dir /run/media/$USER/games }; zle -N my-games; my-bindkey '^gg'

# lf

alias lf='TERM=xterm-256color lf' # fix bat color tint

my-cd() {
local temp_file=$1
if [[ -f "$temp_file" ]]; then
Expand Down

0 comments on commit 39de43a

Please sign in to comment.