Skip to content

Instantly share code, notes, and snippets.

@Jxck
Jxck / .gitignore
Last active December 18, 2015 19:09
blog sample advanced go concurrency pattern
.DS_Store
# .tmux.conf の if はどうも頼りないので default-command に全部まとめちゃう
# .tmux.conf にこれを書くだけ
set-option -g default-command 'which reattach-to-user-namespace > /dev/null 2>&1 && reattach-to-user-namespace -l $SHELL || $SHELL'
# オマケ: バックスラッシュで改行できる...!
set-option -g default-command \
'which reattach-to-user-namespace > /dev/null 2>&1 && \