]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/plugins/encode64/encode64.plugin.zsh
merge oh-my-zsh into subdir
[dotfiles.git] / zsh / plugins / encode64 / encode64.plugin.zsh
diff --git a/zsh/plugins/encode64/encode64.plugin.zsh b/zsh/plugins/encode64/encode64.plugin.zsh
new file mode 100644 (file)
index 0000000..cfb7c6a
--- /dev/null
@@ -0,0 +1,2 @@
+encode64(){ echo -n $1 | base64 }
+decode64(){ echo -n $1 | base64 -D }
\ No newline at end of file