aboutsummaryrefslogtreecommitdiff
path: root/env/.config/.profile
diff options
context:
space:
mode:
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"