summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index 3b5a768..7de8480 100644
--- a/.zshrc
+++ b/.zshrc
@@ -11,9 +11,9 @@ if [ "`whoami`" = "root" ]
then
if [ "`pwd`" = ~ ]
then
- cd /root
+ cd ~root
fi
- export HOME=/root
+ export HOME=~root
fi
#cd ~