From b314a6506d60a251bb220eb5169f1134f018f9d8 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 24 Apr 2025 00:15:45 -0300 Subject: [PATCH] minor --- dot_config/zsh/dot_zshrc | 2 -- 1 file changed, 2 deletions(-) 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 %~]$ "