Merge pull request #215 from ryanwitt/patch-1

correct usage comment
This commit is contained in:
2015-04-21 17:18:36 -04:00
+1 -1
View File
@@ -36,7 +36,7 @@ set-default-env() {
echo "export $1=\${$1:-$2}" >> $PROFILE_PATH
}
# Usage: $ set-default-env key value
# Usage: $ un-set-env key
un-set-env() {
echo "unset $1" >> $PROFILE_PATH
}