mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
Merge 43c0921693 into ae7bce34fd
This commit is contained in:
commit
2ba62f772d
1 changed files with 3 additions and 1 deletions
|
|
@ -1,2 +1,4 @@
|
||||||
encode64(){ echo -n $1 | base64 }
|
encode64(){ echo -n $1 | base64 }
|
||||||
decode64(){ echo -n $1 | base64 -D }
|
decode64(){ echo -n $1 | base64 -D }
|
||||||
|
alias e64=encode64
|
||||||
|
alias d64=decode64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue