Fix: TERM=xterm-256color
This commit is contained in:
parent
100daa07b6
commit
7e83d4d4c9
1 changed files with 2 additions and 2 deletions
4
bashrc
4
bashrc
|
@ -1,4 +1,4 @@
|
||||||
PS1='\[\033[0;32m\]me@\h\[\033[0m\] [\[\033[0;33m\]\w\[\]\[\033[0;32m\]] $> \[\033[0m\]'
|
PS1='\[\033[0;32m\]me@\h\[\033[0m\] [\[\033[0;33m\]\w\[\]\[\033[0;32m\]] $ \[\033[0m\]'
|
||||||
export PATH=$PATH:~/bin:~/local/bin
|
export PATH=$PATH:~/bin:~/local/bin
|
||||||
|
|
||||||
function tmux_title {
|
function tmux_title {
|
||||||
|
@ -24,7 +24,7 @@ eval $(dircolors -b $HOME/.dircolors)
|
||||||
# Global Options
|
# Global Options
|
||||||
export LS_OPTIONS=""
|
export LS_OPTIONS=""
|
||||||
export LESS='-R'
|
export LESS='-R'
|
||||||
export TERM=screen-256color
|
export TERM=xterm-256color
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
alias ls="ls --color=always --time-style=long-iso -F"
|
alias ls="ls --color=always --time-style=long-iso -F"
|
||||||
|
|
Loading…
Reference in a new issue