Last active
December 9, 2016 06:44
-
-
Save colstrom/dcdf47a004ffab08c896db4e82feafb1 to your computer and use it in GitHub Desktop.
unset.fish: compatibility shim for bash unset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name = unset | |
| author = Chris Olstrom | |
| license = MIT | |
| provides = fish/functions/unset | |
| requires | |
| fish/builtin/end | |
| fish/builtin/function | |
| fish/builtin/set |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function unset --argument variable | |
| set --erase {$variable} | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment