Skip to content

Commit

Permalink
(shell) Set TERM environment to 'screen-256color'
Browse files Browse the repository at this point in the history
  • Loading branch information
danguita committed Feb 16, 2024
1 parent 5a25a17 commit a793af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bash_environment
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# term
export TERM="xterm-256color"
export TERM="screen-256color"

# locale
export LC_ALL=en_US.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -i -selectio
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -i -selection clipboard'

# Look good
set -g default-terminal "xterm-256color"
set -g default-terminal "screen-256color"

# Start window index of 1 instead of 0
set -g base-index 1
Expand Down

0 comments on commit a793af1

Please sign in to comment.