mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-17 15:54:19 +00:00
feat(config): fish configs
This commit is contained in:
7
config/fish/config.fish
Normal file
7
config/fish/config.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user