1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2026-01-26 19:56:29 +01:00
No description
Find a file
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
.github chore(deps): bump DeterminateSystems/flake-checker-action from 4 to 5 (#2) 2023-09-11 11:28:56 +08:00
home fix(fish): use set -p PATH instead of fish_add_path 2023-09-15 08:46:22 +08:00
icons feat: add nix-darwin-custom-icons 2023-08-26 21:30:16 +08:00
modules chore(fonts): update 2023-09-14 11:06:23 +08:00
overlays chore(fonts): update 2023-09-14 11:06:23 +08:00
.gitignore feat: initial commit 2023-07-19 23:36:58 +08:00
flake.lock fix(fish): use set -p PATH instead of fish_add_path 2023-09-15 08:46:22 +08:00
flake.nix feat: install nish 2023-09-11 21:41:19 +08:00
justfile chore: make switch recipe verbose 2023-08-24 21:06:13 +08:00
LICENSE add license and gen-license package 2023-07-20 20:16:09 +08:00
system.nix fix(fish): use set -p PATH instead of fish_add_path 2023-09-15 08:46:22 +08:00