Skip to content
Snippets Groups Projects
Commit 6fe7c6bd authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

Merge pull request #215 from ryanwitt/patch-1

correct usage comment
parents ddead645 a1b372ac
No related branches found
No related tags found
No related merge requests found
...@@ -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
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment