fish: Add guix to pkg-config search path
This commit is contained in:
parent
ea34981998
commit
b7d8452110
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
set PATH {$HOME}/.guix-profile/bin {$HOME}/.nix-profile/bin {$HOME}/.cargo/bin {$HOME}/.cabal/bin $PATH
|
||||
set -gx PKG_CONFIG_PATH {$HOME}/.guix-profile/lib/pkgconfig $PKG_CONFIG_PATH
|
||||
set -gx TERM xterm-kitty
|
||||
set -gx NIX_PATH {$HOME}/.nix-defexpr/channels
|
||||
set -gx GUIX_LOCPATH {$HOME}/.guix-profile/lib/locale
|
||||
|
|
Loading…
Reference in a new issue