Added makepass function

This commit is contained in:
Veit Heller
2014-10-02 21:46:53 +02:00
parent d81767b2e6
commit 8c848c2517
2 changed files with 12 additions and 0 deletions

6
zshrc
View File

@@ -129,6 +129,12 @@ save_dotfiles(){
cp ~/.zshrc ${DOTPATH}zshrc
}
makepass(){
cat /dev/urandom | base64 | head -c 20
echo ''
}
upgrade () {
if [ ! $1 ] ; then
print "local upgrade"