summary refs log tree commit diff
path: root/dot_zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'dot_zshrc')
-rw-r--r--dot_zshrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/dot_zshrc b/dot_zshrc
new file mode 100644
index 0000000..d62132d
--- /dev/null
+++ b/dot_zshrc
@@ -0,0 +1,7 @@
+# Simple prompt
+PROMPT="%F{15}%K{4}%n@%M:%~%f%k "
+RPROMPT="%(?.%F{10}%?.%F{9}%?)%f %T"
+
+# Just do a simple compinit for now
+autoload -U compinit
+compinit