1
0

remove bloat

This commit is contained in:
2025-02-16 14:11:58 +01:00
parent 3ff5bf0258
commit e7fcc5a5e3
7 changed files with 314 additions and 300 deletions

View File

@@ -1,6 +1,9 @@
alias tree='tree -CF --du -h'
alias cbonsai='cbonsai --live --infinite --time 0.3 --base 2 --wait 2 --leaf "&,#,$,*,@"'
alias tmux_main='tmux new-session -s main'
alias tmux_secondary_win='tmux new-session -t main -s secondary'
# enable color support of ls and also add handy aliases
alias ls='ls --color=auto'
alias grep='grep --color=auto'