summaryrefslogtreecommitdiff
path: root/omz/custom/func.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'omz/custom/func.zsh')
-rw-r--r--omz/custom/func.zsh3
1 files changed, 2 insertions, 1 deletions
diff --git a/omz/custom/func.zsh b/omz/custom/func.zsh
index 7079e23..7735829 100644
--- a/omz/custom/func.zsh
+++ b/omz/custom/func.zsh
@@ -1,3 +1,4 @@
function rh {
- rm ~/.zsh_history
+ rm ~/.zsh_history
+ exec zsh
}