dotfiles/fish/config.fish

16 lines
302 B
Fish
Raw Normal View History

2022-02-16 01:23:52 +00:00
set -x CHROME_EXECUTABLE /usr/bin/chromium
set -x EDITOR /usr/bin/nvim
2022-12-20 13:34:17 +00:00
set -x DOOMDIR $HOME/.config/doom
2022-02-16 01:23:52 +00:00
2022-03-31 14:30:51 +00:00
fish_add_path ~/.cargo/bin
2022-05-13 13:00:27 +00:00
fish_add_path ~/.yarn/bin
2022-03-31 14:30:51 +00:00
2023-09-18 04:26:46 +00:00
if type -q rtx
rtx activate fish | source
2022-03-16 22:16:39 +00:00
end
if status is-interactive
zoxide init fish | source
2023-07-27 02:56:48 +00:00
starship init fish | source
end