oscarmlage oscarmlage

Single: Default

Looks like today is all about aliases... and tmux! Here's a little helper for all the lazy folks out there using `tmuxp` daily – for those as lazy as me even after a restart:

```bash
for i in $(ls ~/.tmuxp); do tmuxp load $(basename ${i} .yaml) \&; done
```

Lazy productivity at its finest! 😴💻