zsh: fixed a few aliases
This commit is contained in:
6
zshrc
6
zshrc
@@ -208,7 +208,7 @@ save_dotfiles(){
|
||||
|
||||
makepass(){
|
||||
LEN=20
|
||||
if [ $# > 1 ] ; then
|
||||
if [ $# -gt 1 ] ; then
|
||||
LEN=$1
|
||||
fi
|
||||
cat /dev/urandom | base64 | head -c $LEN
|
||||
@@ -285,8 +285,8 @@ elif type compctl &>/dev/null; then
|
||||
fi
|
||||
###-end-npm-completion-###
|
||||
|
||||
function gclone {
|
||||
git clone https://github.com/$1
|
||||
function ghcl {
|
||||
git clone git@github.com:$1.git
|
||||
}
|
||||
|
||||
fortune | cowsay
|
||||
|
Reference in New Issue
Block a user