mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +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 fetch robbyrussell
|
||||||
git merge robbyrussell/master
|
git merge robbyrussell/master
|
||||||
git push origin master
|
git push origin master
|
||||||
|
cd -
|
||||||
}
|
}
|
||||||
|
|
||||||
function take() {
|
function take() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue