mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
updated colors to work via ssh
This commit is contained in:
parent
f420ca6918
commit
46676ae283
1 changed files with 3 additions and 1 deletions
|
@ -18,8 +18,10 @@ alias vim=$EDITOR
|
|||
# I and many others always try to type neovim :)
|
||||
alias neovim=$EDITOR
|
||||
|
||||
# make all colors work by default
|
||||
# make all colors work by default, including via ssh!!
|
||||
unset TERM
|
||||
export TERM=xterm-256color
|
||||
export COLORTERM=truecolor
|
||||
|
||||
# -- This is for making some basic resizing working with various cli tools --
|
||||
# check the window size after each command and, if necessary,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue