mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 16:10:45 +01:00
fix(fish): patch PATH
This commit is contained in:
parent
3cb2c1bce5
commit
8b4bb07622
1 changed files with 7 additions and 3 deletions
|
|
@ -1,6 +1,10 @@
|
|||
# basic environment variables
|
||||
set -x LANG en_US.UTF-8
|
||||
set -x EDITOR "hx"
|
||||
set -x PAGER "less"
|
||||
set -x LESS "-R"
|
||||
set -x EDITOR hx
|
||||
set -x PAGER less
|
||||
set -x LESS -R
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue