Skip to content

Instantly share code, notes, and snippets.

@dferg
dferg / gist:2f15dc1a74afe68bfc0fd6b3afb8890a
Last active July 12, 2017 22:06 — forked from fabiofl/gist:5873100
Clear Mac OS X's icon cache.
sudo find /private/var/folders/ -name com.apple.dock.iconcache -exec rm {} \;
sudo killall Dock

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname