mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 00:03:24 +01:00
Merge pull request #1016 from fuksito/master
Helpers for encoding/decoding base64
This commit is contained in:
commit
7bb2744873
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…
Reference in New Issue
Block a user