Skip to content

Commit

Permalink
added listLocations.sh and fixed README.md so that export of path is …
Browse files Browse the repository at this point in the history
…with double quotes and therefore doesn't break
  • Loading branch information
nickjhathaway committed Jul 1, 2014
1 parent 186efd5 commit 8eef100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Some convenience bash scripts to bookmark locations

Define LOCBOOKMHOME and add to path
export LOCBOOKHOME=/pathPrefixToLocationBookmrking/locationBookmarking
export PATH='$PATH:$LOCBOOKHOME'
export PATH="$PATH:$LOCBOOKHOME"

And add this alias to your $HOME/.bash_aliases file or wherever you keep your aliases

Expand Down
2 changes: 2 additions & 0 deletions listLocation.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
cat $LOCBOOKHOME/.ohThePlacesIveBeen.txt | column -t

0 comments on commit 8eef100

Please sign in to comment.