Skip to content

Commit e3d0a16

Browse files
committed
chore: disable unneeded p10k prompt config
1 parent 6fda169 commit e3d0a16

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.agents/skills/nix-developer/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ When configuring a NixOS machine:
5050
When configuring user-specific dotfiles or packages:
5151

5252
- Utilize `home-manager` as a NixOS module or as a standalone flake output.
53-
- Structure configurations by grouping related programs (e.g., git, shell,
54-
editor).
53+
- Structure configurations by grouping related programs (e.g., `git`, `shell`,
54+
`editor`).
5555

5656
## Best Practices
5757

.shells/.zsh/.p10k.zsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
background_jobs # presence of background jobs
5555
direnv # direnv status (https://direnv.net/)
5656
virtualenv # python virtual environment (https://docs.python.org/3/library/venv.html)
57-
anaconda # conda environment (https://conda.io/)
57+
# anaconda # conda environment (https://conda.io/)
5858
pyenv # python environment (https://github.com/pyenv/pyenv)
5959
goenv # go environment (https://github.com/syndbg/goenv)
6060
nodenv # node.js version from nodenv (https://github.com/nodenv/nodenv)
@@ -64,8 +64,8 @@
6464
# go_version # go version (https://golang.org)
6565
# rust_version # rustc version (https://www.rust-lang.org)
6666
# dotnet_version # .NET version (https://dotnet.microsoft.com)
67-
rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv)
68-
rvm # ruby version from rvm (https://rvm.io)
67+
# rbenv # ruby version from rbenv (https://github.com/rbenv/rbenv)
68+
# rvm # ruby version from rvm (https://rvm.io)
6969
# fvm # flutter version management (https://github.com/leoafarias/fvm)
7070
kubecontext # current kubernetes context (https://kubernetes.io/)
7171
terraform # terraform workspace (https://www.terraform.io)

0 commit comments

Comments
 (0)