mirror of
https://github.com/softinio/nix-config.git
synced 2025-06-13 05:34:56 -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 ..";
|
||||
|
|
|
@ -64,9 +64,7 @@ let
|
|||
"*metals.sbt"
|
||||
"*.envrc" # there is lorri, nix-direnv & simple direnv; let people decide
|
||||
"*hie.yaml" # ghcide files
|
||||
"*.mill-version" # used by metals
|
||||
"*.vscode"
|
||||
"*.python-version"
|
||||
"result"
|
||||
];
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue