.env made \w for absolute path in PS1
This commit is contained in:
parent
71072945e7
commit
0c27a39162
1 changed files with 1 additions and 1 deletions
2
.env
2
.env
|
@ -1,6 +1,6 @@
|
||||||
# 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\]: "
|
export PS1="\[\e[32m\]\u\[\e[m\]@\H\[\e[36m\][\[\e[m\]\[\e[33m\]\w\[\e[m\]\[\e[36m\]]\[\e[m\]: "
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue