mirror of
https://github.com/softinio/nix-config.git
synced 2025-09-03 16:16:42 -07:00
add repo line count alias and update global git ignore list
This commit is contained in:
parent
75bd4e07ad
commit
9bac51f807
2 changed files with 1 additions and 2 deletions
|
@ -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 ..";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue