Skip to content

Commit

Permalink
update xterm to xterm-256color
Browse files Browse the repository at this point in the history
  • Loading branch information
wongsingfo committed Oct 12, 2023
1 parent dbd1a2e commit f648b3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions stow-dotfiles/fish/.config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ set -x EDITOR nvim
set -x SHELL fish
set -x PAGER less

# Not a good idea to set this.
# see: https://superuser.com/questions/424086/what-is-the-difference-between-screen-256-color-and-xterm-256color
# set -x TERM screen-256color
if test "$TERM" = "xterm"
set -x TERM "xterm-256color"
end

if type -q fzf_configure_bindings
fzf_configure_bindings --directory=\co
Expand Down

0 comments on commit f648b3a

Please sign in to comment.