summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXian Wang <dev@xianwang.io>2021-10-17 13:42:25 -0700
committerXian Wang <dev@xianwang.io>2021-10-17 13:42:25 -0700
commitabab68e8013c1641801ce12f64bbc89bed20fa8e (patch)
tree952bac677c79eebc3b3b2a98efa5d69f22125ead
parent420e72b644ad2d7caeca23565df44fba7be3a380 (diff)
downloaddotfiles-abab68e8013c1641801ce12f64bbc89bed20fa8e.tar.gz
dotfiles-abab68e8013c1641801ce12f64bbc89bed20fa8e.tar.bz2
dotfiles-abab68e8013c1641801ce12f64bbc89bed20fa8e.zip
remove history cleaning after reloading shell
-rw-r--r--zshrc1
1 files changed, 0 insertions, 1 deletions
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
}