Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_scm_breeze 'bug' #103

Open
bendavies opened this issue Aug 16, 2013 · 2 comments
Open

update_scm_breeze 'bug' #103

bendavies opened this issue Aug 16, 2013 · 2 comments

Comments

@bendavies
Copy link

after running update_scm_breeze, my terminal is cd'd to $HOME/.scm_breeze.

So, first, it would be good to cd back to the users previous directory.

However, there is another problem. I then can't navigate out of the $HOME/.scm_breeze directory, at all. I have to start a new terminal session to get around it.

@abc2mit
Copy link

abc2mit commented Aug 16, 2013

I think it would be helpful to Nathan to let him know what system you're running on. I just ran update_scm_breeze on my Mac and a Linux box with no problems.
$ uname -a Darwin computer.local 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64

$ update_scm_breeze
remote: Counting objects: 86, done.
remote: Compressing objects: 100% (53/53), done.
Unpacking objects: 100% (74/74), done.
remote: Total 74 (delta 58), reused 37 (delta 21)
From git://github.com/ndbroadbent/scm_breeze
 * branch            master     -> FETCH_HEAD
Updating 8e45f61..9d5efbb
Fast-forward
 git.scmbrc.example              | 6 ++++++
 lib/git/aliases.sh              | 8 +++++++-
 lib/git/branch_shortcuts.sh     | 2 +-
 lib/git/repo_index.sh           | 4 ++--
 lib/git/status_shortcuts.sh     | 6 +++---
 test/lib/git/repo_index_test.sh | 5 +++--
 6 files changed, 22 insertions(+), 9 deletions(-)
patching file /Users/mike/.git.scmbrc

$ uname -a Linux computer 3.1.0-7.fc16.x86_64 #1 SMP Tue Nov 1 21:10:48 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

$ update_scm_breeze
remote: Counting objects: 86, done.
remote: Compressing objects: 100% (53/53), done.
remote: Total 74 (delta 58), reused 37 (delta 21)
Unpacking objects: 100% (74/74), done.
From git://github.com/ndbroadbent/scm_breeze
 * branch            master     -> FETCH_HEAD
Updating 8e45f61..9d5efbb
Fast-forward
 git.scmbrc.example              |    6 ++++++
 lib/git/aliases.sh              |    8 +++++++-
 lib/git/branch_shortcuts.sh     |    2 +-
 lib/git/repo_index.sh           |    4 ++--
 lib/git/status_shortcuts.sh     |    6 +++---
 test/lib/git/repo_index_test.sh |    5 +++--
 6 files changed, 22 insertions(+), 9 deletions(-)
patching file /root/.git.scmbrc

@bendavies
Copy link
Author

yeah, good point.
I'm running OSX with zsh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants