basic zshrc
This commit is contained in:
parent
db119b0db0
commit
608c2a1f26
1 changed files with 11 additions and 1 deletions
12
zshrc
12
zshrc
|
@ -1 +1,11 @@
|
|||
export PS1="%d$ "
|
||||
autoload -Uz compinit promptinit
|
||||
|
||||
# enable autocompletion
|
||||
compinit
|
||||
# fancy PS1
|
||||
promptinit
|
||||
prompt adam2
|
||||
|
||||
# key bindings
|
||||
bindkey -v
|
||||
|
||||
|
|
Loading…
Reference in a new issue