summaryrefslogtreecommitdiff
path: root/functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'functions.zsh')
-rw-r--r--functions.zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/functions.zsh b/functions.zsh
index 1f2a2023c..2ce91c964 100644
--- a/functions.zsh
+++ b/functions.zsh
@@ -26,4 +26,8 @@ function remote_console() {
function zsh_stats() {
history | awk '{print $2}' | sort | uniq -c | sort -rn | head
+}
+
+function uninstall_oh_my_zsh() {
+ /bin/sh $ZSH/tools/uninstall.sh
} \ No newline at end of file