mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Removed tools I have never used nor will I ever use.
This commit is contained in:
parent
e9d2eee6e3
commit
52b63cd2ce
8 changed files with 0 additions and 139 deletions
|
|
@ -2,14 +2,6 @@ function zsh_stats() {
|
|||
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