mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Remove auto update / uninstall functions.
This commit is contained in:
parent
8c9d25d452
commit
e904678045
1 changed files with 0 additions and 14 deletions
|
|
@ -1,17 +1,3 @@
|
||||||
function zsh_stats() {
|
function zsh_stats() {
|
||||||
history | awk '{print $2}' | sort | uniq -c | sort -rn | head
|
history | awk '{print $2}' | sort | uniq -c | sort -rn | head
|
||||||
}
|
}
|
||||||
|
|
||||||
function uninstall_oh_my_zsh() {
|
|
||||||
/bin/sh $ZSH/tools/uninstall.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
function upgrade_oh_my_zsh() {
|
|
||||||
/bin/sh $ZSH/tools/upgrade.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
function take() {
|
|
||||||
mkdir -p $1
|
|
||||||
cd $1
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue