chore: nix shell is now showing a prefix
This commit is contained in:
parent
361d22cd12
commit
4d6f104a1f
@ -19,6 +19,8 @@ pkgs.mkShell {
|
|||||||
|
|
||||||
export TALOSCONFIG="$(pwd)/testing1/.talosconfig"
|
export TALOSCONFIG="$(pwd)/testing1/.talosconfig"
|
||||||
export KUBECONFIG="$(pwd)/testing1/kubeconfig"
|
export KUBECONFIG="$(pwd)/testing1/kubeconfig"
|
||||||
|
|
||||||
|
export NIX_PROJECT_SHELL="kubernetes-management"
|
||||||
# Source your Home Manager generated Zsh configuration
|
# Source your Home Manager generated Zsh configuration
|
||||||
# This assumes your home-manager configuration is applied to your user.
|
# This assumes your home-manager configuration is applied to your user.
|
||||||
# The exact path might vary slightly based on your home-manager setup.
|
# The exact path might vary slightly based on your home-manager setup.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user