index
:
dotfiles
master
This is the dotfiles used by gx.
Guangxiong Lin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.config
/
fish
/
functions
/
is_mac.fish
blob: 51c7cbd3a487c5928105d5a6d44a4d11739ecb44 (
plain
)
1
2
3
4
function is_mac [ $(uname) = Darwin ] && return 0 || return 1 end