Clear ash history
It's also known as Almquist shell. It's mainly a fork of dash (Debian Almquist shell) used in embedded Linux distributions such as DSLinux, Alpine Linux, Tiny Core Linux and Linux-based router firmware such as OpenWrt, Tomato and DD-WRT. It was also used by Android until Android 4.0. It uses "~/.ash_history" as the history file.
Clear bash history
Bash (Bourne-Again SHell) is from the GNU project. It is used by most distributions as their default shell. See also GNU Bash Homepage.
Clear bash history
This script configures macOS using Bash (Shell script). It runs "rm -f ~/.bash_history".
Clear crosh history
crosh is also known as ChromiumOS shell. It is used in Chromium OS. The history file is found in "~/.crosh_history" by default. See its source code (chromiumos/platform2) for more information.
Clear fish history
It is one of the most popular exotic shells that favors usability over standard compliance. Its history file is stored in "~/.local/share/fish/fishhistory" and "~/.config/fish/fishhistory". It is used by PEUX OS as the default shell. See also fish shell homepage for more information.
Clear KornShell (ksh) history
KornShell is a shell that has different versions by different maintainers and developers such as "ksh93+u", "ksh93v-", and "ksh2020". The latest maintained version is "ksh93u+m", see its GitHub repository (ksh93/ksh). Its history file (histfile) is saved at "~/.sh_history" by default. OpenBSD symlinks sh to ksh. See also the [Wikipedia page](https://web.archive.org/web/20221029212931/https://en.wikipedia.org/wiki/KornShel...
Clear tcsh history
C shell (csh) with file name completion and command line editing. "~/.history" is its default histfile (history file). It's shipped by FreeBSD as the default root shell. See also: tcsh homepage, • tcsh source code.
Clear zsh history
This script configures macOS using Bash (Shell script). It runs "rm -f ~/.zsh_history".
Clear Zsh history
Zsh is also known as Z-shell. See its homepage for more information. It is one of the most used shells and has been the default shell in Kali Linux since 2020.4. Arch Linux installer uses zsh but sets bash on disk as default.