fixed makepass and update tmux conf for tmux 2.1

This commit is contained in:
hellerve
2015-10-27 10:51:14 +01:00
parent a681c3a4ab
commit 1137a1f0fe
3 changed files with 5 additions and 13 deletions

2
zshrc
View File

@@ -224,7 +224,7 @@ save_dotfiles(){
makepass(){
LEN=20
if [ $# > 0 ] ; then
if [ $# > 1 ] ; then
LEN=$1
fi
cat /dev/urandom | base64 | head -c $LEN