1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

Adding an uninstaller tool

This commit is contained in:
Robby Russell
2009-08-31 15:00:38 -07:00
parent 6fd7da65a3
commit e1f5c0c703
3 changed files with 28 additions and 0 deletions

View File

@@ -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
}