From 973673083f215451b7674a22533b4e7dfdfb81fd Mon Sep 17 00:00:00 2001 From: Alec Goncharow Date: Sun, 20 Apr 2025 15:46:33 -0400 Subject: maybe useful idk --- .config/fish/config.fish | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .config/fish/config.fish (limited to '.config/fish/config.fish') diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..8f69dcb --- /dev/null +++ b/.config/fish/config.fish @@ -0,0 +1,24 @@ +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 + +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 + +# Man page settings +set -gx MANPAGER 'nvim +Man!' +set -gx MANWIDTH 80 + + +starship init fish | source -- cgit v1.2.3-70-g09d2