# Deletes the last 5 entries from the nushell history sqlite database.
oops = "nix run nixpkgs#sqlite -- ~/.config/nushell/history.sqlite3 'DELETE FROM history WHERE rowid IN (SELECT rowid FROM history ORDER BY rowid DESC LIMIT 5);'";
Insertion in modules/common/shell/nushell.nix at line 30 [4.4286]