public
Description: bash scripts, aliases, other misc things go here
Homepage: http://opensource.thinkrelevance.com
Clone URL: git://github.com/relevance/etc.git
added comments with usage instructions
muness (author)
Wed Jun 25 18:28:06 -0700 2008
commit  b9206205cbde0c8ceefc20544a1acfb1ce4f17bb
tree    b80e45618e1fa525e2a248906acb7d98817b0b16
parent  e51db76e9df6403a2cf6042d99e931a0421047cc
...
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
0
@@ -1,3 +1,10 @@
0
+# In ~/.bash_profile :
0
+# - define a PROJECT_PARENT_DIRS directory. e.g.
0
+# PROJECT_PARENT_DIRS[0]="~/src"
0
+# PROJECT_PARENT_DIRS[1]="~/work"
0
+# - execute this file. e.g.
0
+# source ~/.project_aliases.sh
0
+
0
 if [ -z "${PROJECT_PARENT_DIRS[*]}" ]; then
0
   echo "Define a PROJECT_PARENT_DIRS array in ~/.bash_profile"
0
 fi

Comments

    No one has commented yet.