mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-24 09:03:32 +02:00
12 lines
226 B
Plaintext
12 lines
226 B
Plaintext
NAME
|
|
unalias - removes aliases for programs
|
|
|
|
SYNOPSIS
|
|
unalias name
|
|
|
|
DESCRIPTION
|
|
Allows removal of aliases created with the `alias` command.
|
|
|
|
EXAMPLES
|
|
unalias dir
|
|
Removes the `dir` alias (usually an alias for `ls`). |