Skip to content

Instantly share code, notes, and snippets.

View deflis's full-sized avatar

猫ロキP@deflis deflis

View GitHub Profile
@deflis
deflis / zshrc
Created May 3, 2017 10:18 — forked from anonymous/zshrc
horaコマンド
hora(){
lines=($COLUMNS/2-1)
if [ $# -eq 1 ]; then
lines=$1
fi
echo "ぶ${(r:lines::お:)}"
}
@deflis
deflis / Gemfile
Last active May 5, 2023 04:20 — forked from anonymous/Gemfile
どどんとふ on Rack !!!
source 'https://rubygems.org'
gem 'rack', '~>1.1'