From 914c8a78a68de498465fb50066d01b2e1ca0cb96 Mon Sep 17 00:00:00 2001 From: Date: Thu, 19 Apr 2018 14:00:14 +0200 Subject: [PATCH] played with some colors because windows-bash --- .bashrc | 3 ++- .tmux.conf | 2 +- .vimrc | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index 1fb96df..1c69890 100644 --- a/.bashrc +++ b/.bashrc @@ -73,7 +73,8 @@ else # user PS_COLOR="\[\033[33m\]" fi -PS1="\t ${PS_COLOR}${debian_chroot:+($debian_chroot)}\u\[\033[0m\]@\h:\w\$ " +#PS1="\t ${PS_COLOR}${debian_chroot:+($debian_chroot)}\u\[\033[0m\]@\h:\w\$ " +export PS1="\t \[$(tput sgr0)\]\[\033[38;5;11m\]\u\[$(tput sgr0)\]\[\033[38;5;15m\]@\h:\[$(tput sgr0)\]\[\033[38;5;87m\]\w\[$(tput sgr0)\]\[\033[38;5;15m\]:\\$ \[$(tput sgr0)\]" # if this is an xterm modify the title case $TERM in diff --git a/.tmux.conf b/.tmux.conf index f9fde42..395473a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,7 +3,7 @@ # jul.io ############################################################### # I want 256 colors everywhere -# set -g default-terminal "screen-256-color" +set -g default-terminal "xterm-256color" # C-b is not acceptable - VIM uses it set-option -g prefix C-a diff --git a/.vimrc b/.vimrc index 259bb5c..ebf3462 100644 --- a/.vimrc +++ b/.vimrc @@ -2,9 +2,10 @@ " File .vimrc " jul.io "------------------------------------------------------------------------------ -set nocompatible " use vim defaults +"set nocompatible " use vim defaults syntax on " use syntax highlighting set background=dark " when using black background terminal +colorscheme ron " for bash in windows this fixes my colors in vim inside tmux set number " line numbers set relativenumber " relative line numbers! How cool is that?!