aboutsummaryrefslogtreecommitdiff
path: root/env/.config/.profile
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-06-18 18:28:08 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-06-18 18:28:08 -0500
commit7e2e0bdc3a162ce4cdc3d3b5eb7f75c04ed3843d (patch)
treed482f424d8ada38281079ec64ff3c33db6c9c75b /env/.config/.profile
parente5ad2c3cd4566fec0590b6be0b4d195ffd5c8066 (diff)
config changes
Diffstat (limited to 'env/.config/.profile')
-rwxr-xr-xenv/.config/.profile4
1 files changed, 4 insertions, 0 deletions
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"