zsh: add very basic prompt
This commit is contained in:
parent
b30948b552
commit
c2ab6f29d5
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ HISTFILE="${XDG_DATA_HOME:-$HOME/.local/share}/zsh/history"
|
|||
HISTSIZE=1000000
|
||||
SAVEHIST=1000000
|
||||
|
||||
# Basic prompt.
|
||||
PS1="%~ > "
|
||||
|
||||
# Use vi mode for line editing.
|
||||
bindkey -v
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue