This website requires JavaScript.
Explore
Help
Sign In
dolysis
/
ohmyzsh
Watch
3
Star
0
Fork
You've already forked ohmyzsh
0
Code
Issues
Pull Requests
Releases
Activity
db27635d8b
ohmyzsh
/
plugins
/
encode64
/
encode64.plugin.zsh
2 lines
70 B
Bash
Raw
Blame
History
encode64
(
)
{
echo
-n
$1
|
base64
}
decode64
(
)
{
echo
-n
$1
|
base64 -D
}
Reference in New Issue
View Git Blame
Copy Permalink