mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge f7fbd27a45 into 4cad0a48fd
This commit is contained in:
commit
c327aad95a
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