start new:
tmux
start new with session name:
tmux new -s myname
Note: I'm currently taking a break from this course to focus on my studies so I can finally graduate
| show_icons() { | |
| defaults write com.apple.finder CreateDesktop true | |
| killall Finder | |
| } | |
| hide_icons() { | |
| defaults write com.apple.finder CreateDesktop false | |
| killall Finder | |
| } |