2022-10-14 13:46:51 +01:00
|
|
|
if status is-interactive
|
|
|
|
# Commands to run in interactive sessions can go here
|
|
|
|
end
|
|
|
|
|
2022-12-01 15:59:06 +00:00
|
|
|
fish_default_key_bindings
|
2023-01-01 16:31:21 +00:00
|
|
|
|
2023-04-13 17:13:06 +01:00
|
|
|
set -gx EDITOR nvim
|
2023-01-14 04:05:17 +00:00
|
|
|
set -gx TERM 'xterm-256color'
|
2022-12-13 15:43:36 +00:00
|
|
|
|
2022-12-15 04:19:17 +00:00
|
|
|
fish_add_path $HOME/.local/share/nvim/mason/bin
|
2022-12-01 15:59:06 +00:00
|
|
|
fish_add_path /home/afonso/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin
|
2023-03-18 02:30:02 +00:00
|
|
|
fish_add_path $HOME/.local/bin
|
|
|
|
fish_add_path $HOME/.cargo/bin
|
|
|
|
fish_add_path $HOME/.ghcup/bin
|
2022-12-15 04:19:17 +00:00
|
|
|
|
2023-03-17 15:06:26 +00:00
|
|
|
source ~/.config/fish/myfunctions/code.fish
|
|
|
|
source ~/.config/fish/myfunctions/dotfiles.fish
|
2023-05-02 15:02:47 +01:00
|
|
|
source ~/.config/fish/myfunctions/packages.fish
|
2023-03-17 15:06:26 +00:00
|
|
|
source ~/.config/fish/myfunctions/qol.fish
|
2023-04-13 17:13:06 +01:00
|
|
|
source ~/.config/fish/myfunctions/replacements.fish
|