Skip to content

Instantly share code, notes, and snippets.

@colstrom
Last active December 9, 2016 06:44
Show Gist options
  • Select an option

  • Save colstrom/dcdf47a004ffab08c896db4e82feafb1 to your computer and use it in GitHub Desktop.

Select an option

Save colstrom/dcdf47a004ffab08c896db4e82feafb1 to your computer and use it in GitHub Desktop.
unset.fish: compatibility shim for bash unset
name = unset
author = Chris Olstrom
license = MIT
provides = fish/functions/unset
requires
fish/builtin/end
fish/builtin/function
fish/builtin/set
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