fish update
This commit is contained in:
parent
f469da3be2
commit
0d20b7f7ce
3 changed files with 167 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue