summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXian Wang <dev@xianwang.io>2021-12-31 21:28:33 -0800
committerXian Wang <dev@xianwang.io>2021-12-31 21:28:33 -0800
commit09c783699553c6219c445f111be3b30aee9ee85e (patch)
treeb99e94d2af778f1bce0277d8cb9ab398e398bd5f
parent9352778ce2e92033e8df26077ae96698dfa1df8e (diff)
parentabab68e8013c1641801ce12f64bbc89bed20fa8e (diff)
downloaddotfiles-09c783699553c6219c445f111be3b30aee9ee85e.tar.gz
dotfiles-09c783699553c6219c445f111be3b30aee9ee85e.tar.bz2
dotfiles-09c783699553c6219c445f111be3b30aee9ee85e.zip
Merge branch 'main' of https://github.com/mxw39/dotfiles
-rw-r--r--zshrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 3528df6..c9ed37a 100644
--- a/zshrc
+++ b/zshrc
@@ -47,7 +47,6 @@ export PATH="$HOME/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"
rh() {
- rm -f ~/.zsh_history
exec zsh
}