1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 16:10:45 +01:00
Commit graph

10 commits

Author SHA1 Message Date
1833524619
feat(fish): proper PATH initialization 2024-09-04 18:39:02 +08:00
3ea99dd18a
feat: add atuin and nom, adjust configs 2024-03-11 22:07:00 +08:00
ff6c4c5d16
feat: add Ghostty 2024-02-16 00:02:19 +08:00
c6c59dd552
feat: adopt XDG base directories 2024-02-16 00:01:34 +08:00
244e1bd427
fix: add homebrew shellenv 2024-02-14 15:26:21 +08:00
da6ce75ba9
refactor: add lots of programs 2024-01-18 14:45:11 +08:00
9eb553fccc
fix(fish): use fish_add_path -P 2023-09-15 09:12:36 +08:00
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
6db2c7a756
feat: install nish 2023-09-11 21:41:19 +08:00
650542009d
refactor: programs -> home 2023-09-07 19:51:10 +08:00