Skip to content

Commit

Permalink
Fix prepend function
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Olmos de Aguilera Corradini committed Apr 12, 2014
1 parent fcb33c3 commit 3558651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zsh.d/functions/prepend
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ usage() {
EOF
}

[ ! $(command -v prepend) ] && return 127
[ ! $( command -v prepend ) ] && return 127

mv -v ${1} ${1}${2} || usage
mv -v ${2} ${1}${2} || usage

0 comments on commit 3558651

Please sign in to comment.