Cloned oh-my-zsh repositry
This commit is contained in:
4
oh-my-zsh-bak/plugins/encode64/encode64.plugin.zsh
Normal file
4
oh-my-zsh-bak/plugins/encode64/encode64.plugin.zsh
Normal file
@@ -0,0 +1,4 @@
|
||||
encode64(){ echo -n $1 | base64 }
|
||||
decode64(){ echo -n $1 | base64 --decode }
|
||||
alias e64=encode64
|
||||
alias d64=decode64
|
||||
Reference in New Issue
Block a user