mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
bashrc & zshrc: Do same what nyuszika7h did in previous commit, but with screen.
This commit is contained in:
parent
16427e3cc9
commit
f6b8bbdd53
4
bashrc
4
bashrc
@ -149,6 +149,10 @@ if [[ $TERM == 'xterm' ]]; then
|
||||
export TERM=xterm-256color
|
||||
fi
|
||||
|
||||
if [[ $TERM == 'screen' ]]; then
|
||||
export TERM=screen-256color
|
||||
fi
|
||||
|
||||
|
||||
# Things after this are just examples and should be put to some other file, which is sourced above.
|
||||
|
||||
|
4
zshrc
4
zshrc
@ -76,6 +76,10 @@ if [[ $TERM == 'xterm' ]]; then
|
||||
export TERM=xterm-256color
|
||||
fi
|
||||
|
||||
if [[ $TERM == 'screen' ]]; then
|
||||
export TERM=screen-256color
|
||||
fi
|
||||
|
||||
# Things after this are just examples and should be put to some other file, which is sourced above.
|
||||
|
||||
# Sets the default editor. I prefer nano to vim and so on, so I want it to be nano. If you don't like terminal based text editors, change "nano" to gedit (Gnome) or Kate (KDE).
|
||||
|
Loading…
Reference in New Issue
Block a user