From 7e2e0bdc3a162ce4cdc3d3b5eb7f75c04ed3843d Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 18 Jun 2025 18:28:08 -0500 Subject: config changes --- env/.config/.profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'env/.config/.profile') diff --git a/env/.config/.profile b/env/.config/.profile index 7b2274b..3512850 100755 --- a/env/.config/.profile +++ b/env/.config/.profile @@ -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" -- cgit v1.3