Skip to content

Commit

Permalink
Use git/safe rather than straight ./bin
Browse files Browse the repository at this point in the history
  • Loading branch information
tute committed Apr 25, 2017
1 parent ab295ab commit 18e0891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc.local
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GPG_TTY=$(tty)
export GPG_TTY

export PATH="./bin:$PATH"
export PATH=".git/safe/../../bin:$PATH"
export PATH="~/Applications/LibreOffice.app/Contents/MacOS:$PATH"

# Find and replace in project
Expand Down

0 comments on commit 18e0891

Please sign in to comment.