config changes

This commit is contained in:
2025-06-18 18:28:08 -05:00
parent e5ad2c3cd4
commit 7e2e0bdc3a
4 changed files with 16 additions and 9 deletions

View File

@@ -102,6 +102,10 @@ alias statst="echo full_stat:true > ~/.local/bin/system/stbar/config.txt"
alias statsf="echo full_stat:false > ~/.local/bin/system/stbar/config.txt"
# git
alias gitlol="git log --oneline --graph --decorate"
alias nodem="find . -name 'node_modules' -type d | xargs du -sh | sort -hr | fzf -m --header \"select witch ones to delete\" --preview 'cat $(dirname {})/package.json'|awk print '{print $2}' | xargs -r rm -rf"
alias walltaker="stuff/manual-programs/git/walltaker-client/walltaker.sh"