Fish add some basic paths
This commit is contained in:
parent
f1aed8c527
commit
d4125908ad
@ -1,3 +1,14 @@
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
fish_add_path $HOME/.local/bin
|
||||
fish_add_path $HOME/bin
|
||||
fish_add_path /snap/bin
|
||||
|
||||
if command -v composer &> /dev/null
|
||||
fish_add_path $HOME/.composer/vendor/bin
|
||||
fish_add_path $(composer global config bin-dir --absolute --quiet)
|
||||
end
|
||||
|
||||
fish_add_path $HOME/.symfony/bin
|
||||
|
Loading…
x
Reference in New Issue
Block a user