mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Merge db27635d8b into edc8b1e2cc
This commit is contained in:
commit
3fa99a04d4
1 changed files with 2 additions and 0 deletions
2
plugins/encode64/encode64.plugin.zsh
Normal file
2
plugins/encode64/encode64.plugin.zsh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
encode64(){ echo -n $1 | base64 }
|
||||
decode64(){ echo -n $1 | base64 -D }
|
||||
Loading…
Add table
Add a link
Reference in a new issue