fix: HOME cleanup

This commit is contained in:
Tobias Reisinger 2019-12-26 13:52:34 +01:00
parent 5a76ba59fe
commit f016790d01
4 changed files with 5 additions and 5 deletions
.config/bash

33
.config/bash/colours Normal file
View file

@ -0,0 +1,33 @@
black='\[\e[0;30m\]'
BLACK='\[\e[1;30m\]'
blackbg='\[\e[40m\]'
red='\[\e[0;31m\]'
RED='\[\e[1;31m\]'
redbg='\[\e[41m\]'
green='\[\e[0;32m\]'
GREEN='\[\e[1;32m\]'
greenbg='\[\e[42m\]'
yellow='\[\e[0;33m\]'
YELLOW='\[\e[1;33m\]'
yellowbg='\[\e[43m\]'
blue='\[\e[0;34m\]'
BLUE='\[\e[1;34m\]'
bluebg='\[\e[44m\]'
purple='\[\e[0;35m\]'
PURPLE='\[\e[1;35m\]'
purplebg='\[\e[45m\]'
cyan='\[\e[0;36m\]'
CYAN='\[\e[1;36m\]'
cyanbg='\[\e[46m\]'
white='\[\e[0;37m\]'
WHITE='\[\e[1;37m\]'
whitebg='\[\e[47m\]'
nc='\[\e[0m\]'