-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathintegrations.nu
More file actions
24 lines (21 loc) · 1.19 KB
/
Copy pathintegrations.nu
File metadata and controls
24 lines (21 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# ============================================================================
# External Tool Integrations
# ============================================================================
# Auto-generated initialization files for external tools
#
# These files are created/managed by the respective tools:
#
# - starship.nu → Generated via starship init nu | save -f ($nu.default-config-dir | path join "integrations/starship.nu");
#
# - zoxide.nu → Generated via zoxide init nushell | save -f ($nu.default-config-dir | path join "integrations/zoxide.nu");
#
# - mise.nu → Generated via mise activate nu | save -f ($nu.default-config-dir | path join "integrations/mise.nu");
#
# Note: Don't edit these files directly - regenerate them if needed
# ============================================================================
# Starship prompt (https://starship.rs)
source ($nu.default-config-dir | path join "integrations/starship.nu")
# zoxide - smarter cd command (https://github.com/ajeetdsouza/zoxide)
source ($nu.default-config-dir | path join "integrations/zoxide.nu")
# mise - dev tools version manager (https://mise.jdx.dev)
source ($nu.default-config-dir | path join "integrations/mise.nu")