1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-25 00:03:29 +00:00

Fish: base64d remove newline

This commit is contained in:
Phantop 2020-03-14 13:07:21 -04:00
parent 6277f019a3
commit b61d9c2850

View file

@ -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