Add nix config and reduce sway gaps
This commit is contained in:
parent
d9de809c1c
commit
09a1bcf777
5 changed files with 29 additions and 4 deletions
|
@ -11,6 +11,11 @@ if test -z "$XDG_RUNTIME_DIR"
|
|||
end
|
||||
end
|
||||
|
||||
# Set Nix include path if it exists
|
||||
if test -e ~/.nix-profile/etc/profile.d/nix.sh
|
||||
fenv source ~/.nix-profile/etc/profile.d/nix.sh
|
||||
end
|
||||
|
||||
# PATH adjustment
|
||||
setpath ~/.rbenv/shims
|
||||
setpath ~/.rbenv/bin
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
jethrokuan/z
|
||||
jorgebucaran/fish-nvm
|
||||
oh-my-fish/plugin-foreign-env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue