diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 7dbdec8..5b2dd9f 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -32,11 +32,9 @@ bindkey '^[[H' beginning-of-line bindkey '^[[F' end-of-line bindkey "^[[3~" delete-char - # Zsh XDG history export HISTFILE="$XDG_STATE_HOME"/zsh/history - # Helpful tool: https://zsh-prompt-generator.site/ # On github: https://github.com/k-yokoishi/zsh-prompt-generator PROMPT="[%n@%m %~]$ "