mirror of
https://github.com/softinio/nix-config.git
synced 2025-08-31 14:56:41 -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";
|
bf = "broot";
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
du = "dua i";
|
du = "dua i";
|
||||||
|
linesofcode = "git ls-files | xargs wc -l";
|
||||||
fzfp = "fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'";
|
fzfp = "fzf --preview 'bat --style=numbers --color=always --line-range :500 {}'";
|
||||||
ping = "prettyping";
|
ping = "prettyping";
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
|
|
|
@ -64,9 +64,7 @@ let
|
||||||
"*metals.sbt"
|
"*metals.sbt"
|
||||||
"*.envrc" # there is lorri, nix-direnv & simple direnv; let people decide
|
"*.envrc" # there is lorri, nix-direnv & simple direnv; let people decide
|
||||||
"*hie.yaml" # ghcide files
|
"*hie.yaml" # ghcide files
|
||||||
"*.mill-version" # used by metals
|
|
||||||
"*.vscode"
|
"*.vscode"
|
||||||
"*.python-version"
|
|
||||||
"result"
|
"result"
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue