1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 16:10:45 +01:00
flake/home/programs
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
..
fish/conf.d fix(fish): use set -p PATH instead of fish_add_path 2023-09-15 08:46:22 +08:00
zsh feat: install nish 2023-09-11 21:41:19 +08:00
aliases.nix feat(aliases): add nb and nfu 2023-09-08 20:48:47 +08:00
bat.nix refactor: programs -> home 2023-09-07 19:51:10 +08:00
eza.nix fix(eza): use built-in hm option 2023-09-08 20:48:55 +08:00
fish.nix refactor: programs -> home 2023-09-07 19:51:10 +08:00
git.nix refactor: programs -> home 2023-09-07 19:51:10 +08:00
glamour.nix feat: add glamour 2023-09-09 21:48:00 +08:00
go.nix refactor: programs -> home 2023-09-07 19:51:10 +08:00
helix.nix refactor: programs -> home 2023-09-07 19:51:10 +08:00
rust.nix refactor: programs -> home 2023-09-07 19:51:10 +08:00
starship.nix feat(starship): add bun symbol 2023-09-11 16:25:02 +08:00
zsh.nix chore(zsh): update ohmyzsh 2023-09-11 21:48:27 +08:00