Squashed 'oh-my-zsh/' content from commit 550ccca
git-subtree-dir: oh-my-zsh git-subtree-split: 550ccca91cb45fcf26a8f2c3c60da675b995e3f3
This commit is contained in:
4
plugins/encode64/encode64.plugin.zsh
Normal file
4
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