Added bash
This commit is contained in:
parent
4527779620
commit
b41a1ea80c
1 changed files with 8 additions and 0 deletions
8
bash/.bashrc
Normal file
8
bash/.bashrc
Normal file
|
@ -0,0 +1,8 @@
|
|||
export EDITOR=vim
|
||||
|
||||
RED="\e[31m"
|
||||
YELLOW="\e[33m"
|
||||
GREEN="\e[32m"
|
||||
RESET="\e[0m"
|
||||
|
||||
export PS1="$RED\u$YELLOW@$GREEN\h$YELLOW > $RESET"
|
Loading…
Reference in a new issue