diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2025-07-19 21:42:52 -0400 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2025-07-19 21:42:52 -0400 |
| commit | a77fb9a2fa2eabecd422edb7ea59209e939db79d (patch) | |
| tree | f0181148fcd92dc18f52033802f34260663e0fa5 /.config/fish | |
| parent | bac4487c9db82cce5e9f223e7843095df19b04a7 (diff) | |
reject modernity return to rg fzf
jai lsp is too janky for my purposes, just use normal string searching
also go vim plugin likes to announce things on launch everytime, it's
bit annoying, uninstall for now.
Diffstat (limited to '.config/fish')
| -rw-r--r-- | .config/fish/config.fish | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 52c6b24..5fb4395 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,10 +1,11 @@ /opt/homebrew/bin/brew shellenv | source if status is-interactive # Commands to run in interactive sessions can go here + atuin init fish | source end # Add to PATH -#fish_add_path ~/bin +fish_add_path ~/bin #fish_add_path ~/go/bin #fish_add_path ~/.local/bin @@ -13,6 +14,11 @@ end # fish_add_path /home/algo/.zig/zig #end #fish_add_path --prepend $HOME/.cargo/bin +source "$HOME/.cargo/env.fish" + +fish_add_path /Users/algo/.opencode/bin + + # Set editor set -gx EDITOR nvim |
