mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
add cd - to return dir
This commit is contained in:
parent
4aaab9f277
commit
494cf9a4f1
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ function upgrade_forked_oh_my_zsh() {
|
|||
git fetch robbyrussell
|
||||
git merge robbyrussell/master
|
||||
git push origin master
|
||||
cd -
|
||||
}
|
||||
|
||||
function take() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue