update speedtest fs command
This commit is contained in:
parent
6630780982
commit
677c5a2c4e
3 changed files with 31 additions and 18 deletions
|
|
@ -56,6 +56,8 @@ with lib;
|
|||
# ripgrep
|
||||
rg = "rg --no-ignore";
|
||||
rgf = "rg --files --glob '!/nix/store/**' 2>/dev/null | rg";
|
||||
|
||||
speedtest_internet = "speedtest-cli";
|
||||
};
|
||||
|
||||
environment.shellInit = lib.concatStringsSep "\n\n" [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue