Merge commit '21ca061287c2ee82ad27227ffb64041fe154bf11' as 'oh-my-zsh'
This commit is contained in:
4
oh-my-zsh/plugins/encode64/encode64.plugin.zsh
Normal file
4
oh-my-zsh/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