mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-28 07:06:37 +00:00
Fish: base64d remove newline
This commit is contained in:
parent
6277f019a3
commit
b61d9c2850
|
|
@ -1,4 +1,4 @@
|
||||||
# Defined in /tmp/fish.JliNyj/base64d.fish @ line 2
|
# Defined in /tmp/fish.KfrP39/base64d.fish @ line 2
|
||||||
function base64d
|
function base64d
|
||||||
echo $argv | base64 -d 2>/dev/null
|
echo (echo $argv | base64 -d 2>/dev/null)
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue