Skip to content

Commit

Permalink
bash/zsh: Don't set TERM
Browse files Browse the repository at this point in the history
This is done by the terminal emulator.

Also, letting the terminal emulator set it allows me to copy clipboard content
in emacs via OSC-52 escape sequence in alacritty.

Signed-off-by: Mattijs Korpershoek <mattijs.korpershoek@gmail.com>
  • Loading branch information
makohoek committed Nov 14, 2024
1 parent aeac08c commit b3dc8e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bash/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export EDITOR=vim
export PARINIT='rTbgqR B=.,?_A_a Q=_s>|'
export BAT_THEME="zenburn"
export BAT_STYLE="plain"
export TERM=screen-256color


#################
Expand Down
1 change: 0 additions & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export PARINIT='rTbgqR B=.,?_A_a Q=_s>|'
export BAT_THEME="zenburn"
export BAT_STYLE="plain"
export DISPLAY=:0
export TERM=screen-256color


##################
Expand Down

0 comments on commit b3dc8e3

Please sign in to comment.