Fix: TERM=xterm-256color

This commit is contained in:
Gerrit Pannek 2017-11-03 08:45:03 +01:00
parent 100daa07b6
commit 7e83d4d4c9
1 changed files with 2 additions and 2 deletions

4
bashrc
View File

@ -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
function tmux_title {
@ -24,7 +24,7 @@ eval $(dircolors -b $HOME/.dircolors)
# Global Options
export LS_OPTIONS=""
export LESS='-R'
export TERM=screen-256color
export TERM=xterm-256color
# Aliases
alias ls="ls --color=always --time-style=long-iso -F"