This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TIMESTAMP=`date +%s` | |
PLAYGROUNDDIR=~/Playgrounds/ | |
NEW=$TIMESTAMP.playground | |
PLAYGROUND=$PLAYGROUNDDIR$NEW | |
mkdir -p $PLAYGROUND | |
cat > $PLAYGROUND/section-1.swift <<EOF | |
// Playground - noun: a place where people can play |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## tmate | |
#set -g prefix C-a | |
set -g prefix C-] | |
bind-key ] send-prefix | |
# Use: C-b C-b to change to last window | |
#bind-key C-b last-window | |
bind-key C-] last-window | |
##### |