rmhist: add more history files

This commit is contained in:
joachimschmidt557 2022-07-24 18:44:03 +02:00
parent ce17ee4c49
commit 3c13a0d0fd
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

3
rmhist
View file

@ -13,6 +13,7 @@ EOF
rm_history_files() { rm_history_files() {
xargs $RM <<EOF xargs $RM <<EOF
$HOME/.bash_history $HOME/.bash_history
$HOME/.calc_history
$HOME/.lesshst $HOME/.lesshst
$HOME/.octave_hist $HOME/.octave_hist
$HOME/.psql_history $HOME/.psql_history
@ -21,7 +22,9 @@ $HOME/.tig_history
$HOME/.wget-hsts $HOME/.wget-hsts
$HOME/.wpa_cli_history $HOME/.wpa_cli_history
$HOME/.rediscli_history $HOME/.rediscli_history
$HOME/.yosys_history
$HOME/.ghc/ghci_history $HOME/.ghc/ghci_history
$HOME/.cache/.bluetoothctl_history
$HOME/.local/share/insect-history $HOME/.local/share/insect-history
$HOME/.local/share/nix/repl-history $HOME/.local/share/nix/repl-history
$HOME/.local/share/recently-used.xbel $HOME/.local/share/recently-used.xbel