From f9f0e9b9c7b7cd5a1fe0cac6070739b4cf4a2f13 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Sun, 22 Mar 2026 11:47:30 +1000 Subject: [PATCH] add decompile shell function --- homes/modules/fish.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homes/modules/fish.nix b/homes/modules/fish.nix index ddfbcf7..34a2950 100755 --- a/homes/modules/fish.nix +++ b/homes/modules/fish.nix @@ -65,6 +65,10 @@ rg --files | rg $args end + function decompile + objdump --disassemble --demangle --debugging --debugging-tags $argv | bat --language asm + end + set -g fish_greeting (rand_greet)