dotfiles

andersuno
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit ab8273f3630d32b18b2044ede29f45820290a9aa
parent c4586c82e8c2d73e5072ab8115cce42857409eee
Author: anders <anders@debian-acer.andersuno.nu>
Date:   Tue, 15 Jan 2019 19:26:04 +0100

 Changes to be committed:
	modified:   .bashrc

Diffstat:
M.bashrc | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -142,6 +142,8 @@ fi #\e[46m = Turquoise #\e[47m = Light Gray +set -o vi + #Exports #export PS1='┌──[\u@\h]─[\w]\n└──╼ \$ ' #export PS1='\[\033[0;32m\]\u\[\033[1;33m\]@\[\033[0;31m\]\h\[\033[0m\]:\[\033[0;34m\]\w\[\033[0m\]\$ ' @@ -152,3 +154,6 @@ export RANGER_LOAD_DEFAULT_RC=FALSE export EDITOR="vim" export SUDO_EDITOR="vim" export VISUAL="vim" + + +