aboutsummaryrefslogtreecommitdiff
path: root/.config/fish/config.fish
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2025-05-28 16:32:37 -0400
committerAlec Goncharow <alec@goncharow.dev>2025-05-28 16:39:42 -0400
commitbac4487c9db82cce5e9f223e7843095df19b04a7 (patch)
treecaa4813f9675e90733938092cdfbeec5363fc6c6 /.config/fish/config.fish
parent2ea5ad32b3d33811de04ce7ec432beb00eef3cc6 (diff)
some things
Diffstat (limited to '.config/fish/config.fish')
-rw-r--r--.config/fish/config.fish18
1 files changed, 10 insertions, 8 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index 8f69dcb..52c6b24 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -1,17 +1,18 @@
+/opt/homebrew/bin/brew shellenv | source
if status is-interactive
# Commands to run in interactive sessions can go here
end
# Add to PATH
-fish_add_path ~/bin
-fish_add_path ~/go/bin
-fish_add_path ~/.local/bin
+#fish_add_path ~/bin
+#fish_add_path ~/go/bin
+#fish_add_path ~/.local/bin
-if [ -f "$HOME/.zig/env" ];
- fish_add_path /home/algo/.zig/bin
- fish_add_path /home/algo/.zig/zig
-end
-fish_add_path --prepend $HOME/.cargo/bin
+#if [ -f "$HOME/.zig/env" ];
+# fish_add_path /home/algo/.zig/bin
+# fish_add_path /home/algo/.zig/zig
+#end
+#fish_add_path --prepend $HOME/.cargo/bin
# Set editor
set -gx EDITOR nvim
@@ -20,5 +21,6 @@ set -gx EDITOR nvim
set -gx MANPAGER 'nvim +Man!'
set -gx MANWIDTH 80
+fish_vi_key_bindings
starship init fish | source