mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Adding an uninstaller tool
This commit is contained in:
parent
a4471665ba
commit
ccd3a191dc
3 changed files with 28 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue