Skip to content

Instantly share code, notes, and snippets.

@deflis
Forked from anonymous/zshrc
Created May 3, 2017 10:18
Show Gist options
  • Save deflis/f28f07cb9a35359fcd78c6e6ef035b19 to your computer and use it in GitHub Desktop.
Save deflis/f28f07cb9a35359fcd78c6e6ef035b19 to your computer and use it in GitHub Desktop.
horaコマンド
hora(){
lines=($COLUMNS/2-1)
if [ $# -eq 1 ]; then
lines=$1
fi
echo "ぶ${(r:lines::お:)}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment