dotfiles

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

commit 8504c817e8a9ee01b301d04ecc78dc6d07951ecb
parent ec68e7e30bf214461396f9995157ca6d002814e4
Author: anders <anders@debian-acer.andersuno.nu>
Date:   Tue, 15 Jan 2019 00:39:14 +0100

 Changes to be committed:
	modified:   .bashrc

Diffstat:
M.bashrc | 35++++++++++++++++++++++++++++++++++-
1 file changed, 34 insertions(+), 1 deletion(-)

diff --git a/.bashrc b/.bashrc @@ -112,9 +112,42 @@ if ! shopt -oq posix; then fi fi +#Foreground colors, Normal (non-bold) is the default, so the 0; prefix is optional. +# +#\e[0;30m = Dark Gray +#\e[1;30m = Bold Dark Gray +#\e[0;31m = Red +#\e[1;31m = Bold Red +#\e[0;32m = Green +#\e[1;32m = Bold Green +#\e[0;33m = Yellow +#\e[1;33m = Bold Yellow +#\e[0;34m = Blue +#\e[1;34m = Bold Blue +#\e[0;35m = Purple +#\e[1;35m = Bold Purple +#\e[0;36m = Turquoise +#\e[1;36m = Bold Turquoise +#\e[0;37m = Light Gray +#\e[1;37m = Bold Light Gray +# +#Background colors: +# +#\e[40m = Dark Gray +#\e[41m = Red +#\e[42m = Green +#\e[43m = Yellow +#\e[44m = Blue +#\e[45m = Purple +#\e[46m = Turquoise +#\e[47m = Light Gray + #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\]\$ ' + +export PS1='\e[1;32m┌──[\e[0;36m\u\e[0;32m@\e[0;31m\h\e[1;32m]─[\e[0;34m\w\e[1;32m]\n\e[1;32m└──╼ \$\e[0;0m ' -export PS1='\[\033[0;32m\]\u\[\033[1;33m\]@\[\033[0;31m\]\h\[\033[0m\]:\[\033[0;34m\]\w\[\033[0m\]\$ ' export RANGER_LOAD_DEFAULT_RC=FALSE export EDITOR="vim" export SUDO_EDITOR="vim"