Skip to content
Snippets Groups Projects
Commit a1b372ac authored by Ryan Witt's avatar Ryan Witt
Browse files

correct usage comment

parent ddead645
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