summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorhugues <hugues@a0e5b806-a6f9-0310-978d-cbce73f8a913>2006-03-25 11:14:34 +0000
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:06 +0100
commit0e1497c471e1766aca62db7cf3f862785ee151a7 (patch)
tree0c6e163a72c0d511fe5917dffc9c9fe82b25d261 /.zshrc
parente6a7a390c2ed366a8951bcaffadd2c60cfc573e4 (diff)
Un ptit commit avec d'autres ptites màj
git-svn-id: svn+ssh://hugues@maison/opt/svn/private/hugues@158 a0e5b806-a6f9-0310-978d-cbce73f8a913
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 ~