Add kubernetes to starship.toml

This commit is contained in:
Dave Gallant
2022-08-10 09:59:06 -04:00
parent 27465c0463
commit d169075c93
3 changed files with 21 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
let
nix-pre-commit-hooks =
import (builtins.fetchTarball
"https://github.com/cachix/pre-commit-hooks.nix/tarball/master");
"https://github.com/cachix/pre-commit-hooks.nix/tarball/master");
in {
pre-commit-check = nix-pre-commit-hooks.run {
src = ./.;