updated .env to include term colors to comment out for root or normal user
This commit is contained in:
parent
6922ddea9f
commit
1cc527954b
1 changed files with 8 additions and 1 deletions
9
.env
9
.env
|
@ -1,6 +1,13 @@
|
||||||
# Enviroment Variables
|
# Enviroment Variables
|
||||||
|
|
||||||
export PATH=$PATH:$HOME/bin
|
export PATH=$PATH:$HOME/bin
|
||||||
export PS1="\[\e[32m\]\u\[\e[m\]@\H\[\e[36m\][\[\e[m\]\[\e[33m\]\w\[\e[m\]\[\e[36m\]]\[\e[m\]: "
|
|
||||||
|
# Terminal color
|
||||||
|
|
||||||
|
# green@white[abspath]
|
||||||
|
#export PS1="\[\e[32m\]\u\[\e[m\]@\H\[\e[36m\][\[\e[m\]\[\e[33m\]\w\[\e[m\]\[\e[36m\]]\[\e[m\]: "
|
||||||
|
# red@white[abspath]
|
||||||
|
export PS1="\[\e[31m\]\u\[\e[m\]@\H\[\e[36m\][\[\e[m\]\[\e[33m\]\w\[\e[m\]\[\e[36m\]]\[\e[m\]: "
|
||||||
|
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export HISTTIMEFORMAT="%d/%m/%y %T "
|
export HISTTIMEFORMAT="%d/%m/%y %T "
|
||||||
|
|
Loading…
Add table
Reference in a new issue