From 7e83d4d4c9e3374c928183a2ce8e0162cf1e4e16 Mon Sep 17 00:00:00 2001 From: Gerrit Pannek Date: Fri, 3 Nov 2017 08:45:03 +0100 Subject: [PATCH] Fix: TERM=xterm-256color --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index d0c4b03..69b7b0d 100644 --- a/bashrc +++ b/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 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"