Add oh-my-bash

This commit is contained in:
Tobias Reisinger 2021-02-13 22:52:08 +01:00
parent 3d17d60bc9
commit 6b3f597745
7 changed files with 106 additions and 58 deletions
.config/bash

0
.config/bash/.gitkeep Normal file
View file

View file

@ -1,33 +0,0 @@
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\]'