start new:
tmux
start new with session name:
tmux new -s myname
| <snippet> | |
| <content><![CDATA[ | |
| /** | |
| * Get $1 | |
| * | |
| * @return ${2:[type]} \$$1 | |
| */ | |
| public function get${1/(.*)/\u$1/}() | |
| { | |
| return \$this->${1:$SELECTION}; |
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
| # |
| import subprocess | |
| import sys, os | |
| def pull(dir): | |
| print dir, ':' | |
| os.chdir(dir) | |
| subprocess.call(['git', 'pull']) | |
| os.chdir('..') | |
| map(pull, filter(os.path.isdir, os.listdir('.'))) |
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |