diff options
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 18 |
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 |
