1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 16:10:45 +01:00
flake/home
Ryan Cao da2644ae42
fix(fish): use set -p PATH instead of fish_add_path
The reasoning for this is that `fish_add_path` writes to a universal variable that is persisted independently of fish configuration files, and this can result in stale `fish_user_paths` entries when calls to `fish_add_path` are removed from the configuration. Using `set -p PATH` ensures that only the environment is written to.
2023-09-15 08:46:22 +08:00
..
apps chore(zsh): update ohmyzsh 2023-09-11 21:48:27 +08:00
programs fix(fish): use set -p PATH instead of fish_add_path 2023-09-15 08:46:22 +08:00
default.nix fix(fish): use set -p PATH instead of fish_add_path 2023-09-15 08:46:22 +08:00
fonts.nix chore(fonts): update 2023-09-14 11:06:23 +08:00
variables.nix feat(variables): disable Nuxt telemetry 2023-09-11 16:25:02 +08:00