summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 5beef03..f37a870 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,3 +1,6 @@
+# Enable automatic directory changing
+setopt autocd
+
PROMPT='%(?.%F{77}.%F{160})%#%f '
RPROMPT='%F{8}%~%f'