mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-01 06:47:22 +00:00
8 lines
258 B
Fish
8 lines
258 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
fish_add_path $HOME/.cargo/bin
|
|
fish_add_path $HOME/.local/bin
|
|
fish_add_path $HOME/.local/share/nvim/mason/bin
|
|
fish_add_path $HOME/.local/state/composer/vendor/bin
|
|
end
|