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:
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
|
||||
echo $argv | base64 -d 2>/dev/null
|
||||
echo (echo $argv | base64 -d 2>/dev/null)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue