mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
7 lines
191 B
Bash
Executable File
7 lines
191 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
mv ~/.config/zsh/.history ~/.config/zsh/.bad_history
|
|
strings ~/.config/zsh/.bad_history > ~/.config/zsh/.history
|
|
fc -R ~/.config/zsh/.history
|
|
rm ~/.config/zsh/.bad_history
|