Skip to content

Instantly share code, notes, and snippets.

View musus's full-sized avatar

Susumu Seino musus

View GitHub Profile
@musus
musus / rem-calc(20)
Last active August 29, 2015 14:17
rem-calc(20)
rem-calc(20)
@musus
musus / bash_profile
Last active August 29, 2015 14:13
bash_profile
#!/usr/bin/env bash
# Check that terminfo exists before changing TERM var to xterm-256color
# Prevents prompt flashing in Mac OS X 10.6 Terminal.app
if [ -e /usr/share/terminfo/x/xterm-256color ]; then
export TERM='xterm-256color'
fi
# Turn off standout; turn off underline
tput sgr 0 0