mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-22 14:54:23 +00:00
Change how conf.d is handled
This commit is contained in:
parent
b56c60d752
commit
d70fb0bc86
3 changed files with 6 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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
1
conf.d/pipx.fish
Normal file
|
@ -0,0 +1 @@
|
||||||
|
fish_add_path ~"/.local/bin"
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue