mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Migrate form yay to paru, updated config fir fish, vscode
This commit is contained in:
parent
7e4ee8d63a
commit
9602ffeafb
4 changed files with 46 additions and 8 deletions
|
|
@ -8,12 +8,15 @@ set -g PATH $HOME/.local/bin $PATH
|
|||
set -g PATH $HOME/.golang/bin $PATH
|
||||
set -g PATH $HOME/.yarn/bin $PATH
|
||||
set -g PATH $HOME/.cargo/bin $PATH
|
||||
set -g PATH $HOME/.deno/bin $PATH
|
||||
|
||||
set fish_greeting
|
||||
if status is-interactive
|
||||
starship init fish | source
|
||||
zoxide init fish | source
|
||||
fnm env | source
|
||||
|
||||
source ~/.asdf/asdf.fish
|
||||
end
|
||||
|
||||
function fish_user_key_bindings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue