add webman to fish path on install

This commit is contained in:
2024-02-07 12:50:30 -07:00
parent b9a8370ca2
commit e5c2b2ce30
2 changed files with 7 additions and 5 deletions

View File

@@ -3,5 +3,9 @@ curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fi
fisher install IlanCosman/tide@v6
fisher install PatrickF1/fzf.fish
fish_add_path ~/.webman/bin/
bash (curl https://raw.githubusercontent.com/atuinsh/atuin/main/install.sh | psub)
atuin import auto
if type -q $atuin
atuin import auto
end