fish update

This commit is contained in:
RafayAhmad 2026-09-02 17:51:26 +05:00
parent f469da3be2
commit 0d20b7f7ce
Signed by: RafayAhmad
SSH key fingerprint: SHA256:WURX8viobA1uawb4dWM3LqYrY+XPcZcXhAXAlrYdhtE
3 changed files with 167 additions and 1 deletions

View file

@ -12,6 +12,7 @@ fish_add_path /opt/android-sdk/cmdline-tools/latest/bin
fish_add_path $HOME/.cargo/bin
fish_add_path $HOME/.pyenv/shims
fish_add_path $HOME/.pub-cache/bin
fnm env --use-on-cd --shell fish | source
@ -57,3 +58,6 @@ if status is-interactive
bind --preset -m insert ctrl-j __ctrl_j
end
starship init fish | source
# uv
fish_add_path "/home/rafayahmad/.local/bin"