mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-05 17:49:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user