1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 06:17:34 +00:00

Change how conf.d is handled

This commit is contained in:
Steffo 2024-05-20 02:02:33 +02:00
parent b56c60d752
commit d70fb0bc86
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
3 changed files with 6 additions and 4 deletions

5
.gitignore vendored
View file

@ -1,3 +1,4 @@
/fish_variables /fish_variables
/conf.d /conf.d/*
/functions/alias.fish !/conf.d/pipx.fish
!/conf.d/rubygems.fish

1
conf.d/pipx.fish Normal file
View file

@ -0,0 +1 @@
fish_add_path ~"/.local/bin"

View file

@ -1,3 +1,3 @@
fish_add_path "/home/steffo/.local/share/gem/ruby/3.0.0/bin" fish_add_path ~"/.local/share/gem/ruby/3.0.0/bin"
fish_add_path "/home/steffo/.gem/ruby/3.0.0/bin" fish_add_path ~"/.gem/ruby/3.0.0/bin"