diff --git a/.config/fish/functions/base64d.fish b/.config/fish/functions/base64d.fish index 6e5a07c..395e188 100644 --- a/.config/fish/functions/base64d.fish +++ b/.config/fish/functions/base64d.fish @@ -1,4 +1,4 @@ -# Defined in /tmp/fish.JliNyj/base64d.fish @ line 2 +# Defined in /tmp/fish.KfrP39/base64d.fish @ line 2 function base64d - echo $argv | base64 -d 2>/dev/null + echo (echo $argv | base64 -d 2>/dev/null) end