mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
change base64 decode -d
This commit is contained in:
parent
11034217a7
commit
f7fbd27a45
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
encode64(){ echo -n $1 | base64 }
|
||||
decode64(){ echo -n $1 | base64 -D }
|
||||
decode64(){ echo -n $1 | base64 -d }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue