1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 08:41:43 +00:00

Removed tools I have never used nor will I ever use.

Conflicts:

	oh-my-zsh.sh
	tools/install.sh
	tools/upgrade.sh
This commit is contained in:
Sorin Ionescu
2011-05-30 19:46:27 -04:00
parent ec4f279445
commit ad9db8d342
8 changed files with 1 additions and 138 deletions

View File

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