unalias
Remove aliases. More information: <https://manned.org/unalias>.
Install
- All systems
-
curl cmd.cat/unalias.sh
- Debian
-
apt-get install bash - Ubuntu
-
apt-get install bash -
Alpine
-
apk add bash - Arch Linux
-
pacman -S bash - Kali Linux
-
apt-get install bash - CentOS
-
yum install bash - Fedora
-
dnf install bash - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install bash - OS X
-
brew install bash - Raspbian
-
apt-get install bash - Docker
-
docker run cmd.cat/unalias unaliaspowered by Commando
Remove aliases. More information: <https://manned.org/unalias>.
-
Remove an alias:
unalias alias_name -
Remove all aliases:
unalias -a
© tl;dr; authors and contributors