feat(bin): t, custom tmux session manager

- drops tms bindings from tmux config, wasn't using them
- drops t alias for tail -f, clashed with t script
This commit is contained in:
2025-01-07 17:38:46 +02:00
parent 4d28499423
commit 067df4e34b
3 changed files with 53 additions and 7 deletions

View File

@@ -79,8 +79,6 @@ alias zapds='find . -name ".DS_Store" -print -delete'
alias zappyc="find . -type f -name '*.pyc' -ls -delete"
# Run all zaps
alias zapall="zapds && zappyc"
# tail with follow flag on
alias t='tail -f'
# directory usage, return only the total
alias dn='du -chd1'
# Mirror site with wget