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, 3 insertions, 0 deletions
diff --git a/omz/custom/func.zsh b/omz/custom/func.zsh
new file mode 100644
index 0000000..7079e23
--- /dev/null
+++ b/omz/custom/func.zsh
@@ -0,0 +1,3 @@
+function rh {
+ rm ~/.zsh_history
+}