summary refs log tree commit diff
path: root/dot_zshrc
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2023-09-07 23:08:41 +0100
committerAlen <alen@dotfiles.xyz>2023-09-08 19:53:59 +0400
commit45bc2e16f335035a114406bea7d8ef5129a775ac (patch)
tree739d5227471cdc386091e9c952508f0f8fb74845 /dot_zshrc
parent97da74b7a66fb824827fede0c4f4863e61c2134d (diff)
Add basic .z{env,profile,shrc,login,logout}
Set up history, cd/pushd, local bins, locales, pager, other nice-to-haves.
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