dotfiles/shells/common/helpers.sh

4 lines
48 B
Bash
Raw Normal View History

2011-10-25 15:05:16 +11:00
function osx {
[[ `uname -s` == 'Darwin' ]]
}