Commit 6fe7c6bd authored by Kenneth Reitz's avatar Kenneth Reitz

Merge pull request #215 from ryanwitt/patch-1

correct usage comment
parents ddead645 a1b372ac
...@@ -36,7 +36,7 @@ set-default-env() { ...@@ -36,7 +36,7 @@ set-default-env() {
echo "export $1=\${$1:-$2}" >> $PROFILE_PATH echo "export $1=\${$1:-$2}" >> $PROFILE_PATH
} }
# Usage: $ set-default-env key value # Usage: $ un-set-env key
un-set-env() { un-set-env() {
echo "unset $1" >> $PROFILE_PATH echo "unset $1" >> $PROFILE_PATH
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment