From abab68e8013c1641801ce12f64bbc89bed20fa8e Mon Sep 17 00:00:00 2001 From: Xian Wang Date: Sun, 17 Oct 2021 13:42:25 -0700 Subject: remove history cleaning after reloading shell --- zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zshrc b/zshrc index df526ed..24959d6 100644 --- a/zshrc +++ b/zshrc @@ -44,7 +44,6 @@ export PATH="$HOME/bin:$PATH" export PATH="$HOME/.local/bin:$PATH" rh() { - rm -f ~/.zsh_history exec zsh } -- cgit v1.2.3