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 update
sudo apt-get install bash
- OS X
-
brew install bash
- Raspbian
-
apt-get install bash
- Dockerfile
- dockerfile.run/unalias
- Docker
-
docker run cmd.cat/unalias unalias
powered 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