summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index a148f44..c0326c2 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,4 +1,4 @@
-[ -n "$ENV" ] && . "$ENV" || [ -e .env ] && . .env
+[ -n "$ENV" ] && . "$ENV" || [ -e ~/.env ] && . ~/.env
export PS1="\[\033[1;33m\]\u@\h:\W\$ \[\033[0m\]"