Command: unset - unsets personal environment variables Description: 'unset' removes an environment variable and its value from your list of personal environment variables (see 'help set'). Or it sets the value of a env-variable to a "none" value or to "0". It does the same as 'set -'. Syntax: unset Examples: unset wimpy See also: helpdir/set