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

Readme-Update für zsh-Shells #14

Merged
merged 1 commit into from
Oct 5, 2016

Conversation

SimonStasius
Copy link
Contributor

kleines Update des Readme-Files.

Tickets:

  • keine

@@ -37,4 +37,4 @@ Make sure you have defined the following export path as well:
````
export PATH=~/.composer/vendor/bin:$PATH
````

When using the Zsh-Extension the export path in .zshrc must be updated. Also you should use the complete path instead of ~/.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Statt the Zsh-Extension nur Zsh

@SimonStasius
Copy link
Contributor Author

@peterrehm Änderung ist drin

@peterrehm peterrehm merged commit 2022ef4 into peterrehm:master Oct 5, 2016
peterrehm added a commit that referenced this pull request Oct 5, 2016
Discussion
----------

kleines Update des Readme-Files.

Tickets:
- keine

Commits
-------

- 2022ef4 updated Readme (SimonStasius)
@peterrehm
Copy link
Owner

Ehm warum braucht man immer den absoluten Pfad?

# User configuration

export GOPATH=$HOME/code/go
PATH=/usr/local/bin:/usr/local/php5/bin:$PATH
PATH=$PATH:~/.composer/vendor/bin
PATH=$PATH:/usr/local/mysql/bin:.
PATH=$PATH:/usr/local/go/bin

@SimonStasius
Copy link
Contributor Author

SimonStasius commented Oct 5, 2016

Interessant...
Bei mir ging es nur mit dem absoluten Pfad:

# User configuration

export PATH="/Users/simonstasius/.composer/vendor/bin:/usr/local/php5/bin/:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"

@peterrehm
Copy link
Owner

Das muss auch ohne gehen :)

@SimonStasius
Copy link
Contributor Author

Sollte... Wenn ich das wieder ändere, sagt er mir, dass er den Befehl nicht findet:
bildschirmfoto 2016-10-05 um 15 06 08
bildschirmfoto 2016-10-05 um 15 05 16

@peterrehm
Copy link
Owner

Was zeigt echo $PATH an?

@SimonStasius
Copy link
Contributor Author

da steht es mit drin:
bildschirmfoto 2016-10-06 um 07 54 42

@SimonStasius SimonStasius deleted the updated_readme branch October 7, 2016 07:18
@peterrehm
Copy link
Owner

Melde dich dazu am Montag mal bei mir, dann sehen wir uns das auf deinem Rechner kurz an.

@peterrehm peterrehm mentioned this pull request Jan 30, 2017
peterrehm added a commit that referenced this pull request Jan 30, 2017
Discussion
----------

* minor #14 Readme-Update für zsh-Shells (@SimonStasius)
* bug #12 Fixed additional quote in merge commit (@peterrehm)
* bug #10 Escape quotes in commit message (@peterrehm)
* bug #8 Stage all files prior to the stash to ensure all new work is saved properly (@peterrehm)
* feature #7 Added sync command (@peterrehm)

Commits
-------

- c9875e7 Updated vendors and prepared release v1.0.0 (peterrehm)
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

Successfully merging this pull request may close these issues.

2 participants