mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Adding an upgrade_oh_my_zsh function to... well, upgrade Oh My Zsh
This commit is contained in:
parent
dff23da1be
commit
cde57ba9a7
2 changed files with 9 additions and 0 deletions
|
|
@ -32,6 +32,10 @@ function uninstall_oh_my_zsh() {
|
|||
/bin/sh $ZSH/tools/uninstall.sh
|
||||
}
|
||||
|
||||
function upgrade_oh_my_zsh() {
|
||||
/bin/sh $ZSH/tools/upgrade.sh
|
||||
}
|
||||
|
||||
function tab() {
|
||||
osascript 2>/dev/null <<EOF
|
||||
tell application "System Events"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue