minor
This commit is contained in:
@ -32,11 +32,9 @@ bindkey '^[[H' beginning-of-line
|
|||||||
bindkey '^[[F' end-of-line
|
bindkey '^[[F' end-of-line
|
||||||
bindkey "^[[3~" delete-char
|
bindkey "^[[3~" delete-char
|
||||||
|
|
||||||
|
|
||||||
# Zsh XDG history
|
# Zsh XDG history
|
||||||
export HISTFILE="$XDG_STATE_HOME"/zsh/history
|
export HISTFILE="$XDG_STATE_HOME"/zsh/history
|
||||||
|
|
||||||
|
|
||||||
# Helpful tool: https://zsh-prompt-generator.site/
|
# Helpful tool: https://zsh-prompt-generator.site/
|
||||||
# On github: https://github.com/k-yokoishi/zsh-prompt-generator
|
# On github: https://github.com/k-yokoishi/zsh-prompt-generator
|
||||||
PROMPT="[%n@%m %~]$ "
|
PROMPT="[%n@%m %~]$ "
|
||||||
|
Reference in New Issue
Block a user