diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-07 23:08:41 +0100 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-08 19:53:59 +0400 |
commit | 45bc2e16f335035a114406bea7d8ef5129a775ac (patch) | |
tree | 739d5227471cdc386091e9c952508f0f8fb74845 /dot_zshrc | |
parent | 97da74b7a66fb824827fede0c4f4863e61c2134d (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_zshrc | 7 |
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 |