Skip to content

Commit

Permalink
Merge pull request ohmyzsh#1164 from fuksito/master
Browse files Browse the repository at this point in the history
More usable aliases
  • Loading branch information
robbyrussell committed Jan 11, 2013
2 parents ae7bce3 + 43c0921 commit 64db7b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/encode64/encode64.plugin.zsh
@@ -1,2 +1,4 @@
encode64(){ echo -n $1 | base64 }
decode64(){ echo -n $1 | base64 -D }
decode64(){ echo -n $1 | base64 -D }
alias e64=encode64
alias d64=decode64

0 comments on commit 64db7b5

Please sign in to comment.