This commit is contained in:
2025-04-24 00:15:45 -03:00
parent cad7d6fc85
commit b314a6506d

View File

@ -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 %~]$ "