mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
fish: refactor into conf.d files
This commit is contained in:
parent
eba0de3059
commit
24ddacf787
3 changed files with 2 additions and 4 deletions
1
fish/conf.d/composer.fish
Normal file
1
fish/conf.d/composer.fish
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
fish_add_path -a $HOME/.config/composer/vendor/bin
|
||||||
1
fish/conf.d/go.fish
Normal file
1
fish/conf.d/go.fish
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
fish_add_path (go env GOPATH)/bin
|
||||||
|
|
@ -6,10 +6,6 @@ end
|
||||||
set -g fish_greeting
|
set -g fish_greeting
|
||||||
|
|
||||||
# Path stuff
|
# Path stuff
|
||||||
if command -q go
|
|
||||||
fish_add_path (go env GOPATH)/bin
|
|
||||||
end
|
|
||||||
|
|
||||||
fish_add_path $HOME/bin
|
fish_add_path $HOME/bin
|
||||||
fish_add_path $HOME/.local/bin
|
fish_add_path $HOME/.local/bin
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue