add repo line count alias and update global git ignore list

This commit is contained in:
Salar Rahmanian 2025-06-01 19:41:01 -07:00
parent 75bd4e07ad
commit 9bac51f807
2 changed files with 1 additions and 2 deletions

View file

@ -69,6 +69,7 @@
bf = "broot";
cat = "bat";
du = "dua i";
linesofcode = "git ls-files | xargs wc -l";
fzfp = "fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'";
ping = "prettyping";
".." = "cd ..";