1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-08 08:50:43 +01:00
flake/programs/fish/conf.d/01_basic_env.fish

6 lines
170 B
Fish

# ls
set -x LS_COLORS "$(vivid generate catppuccin-frappe)"
# nix path patches
fish_add_path /run/current-system/sw/bin
fish_add_path "/etc/profiles/per-user/$USER/bin"