vitorpy's Dotfiles
at main 21 lines 473 B view raw
1/home/linuxbrew/.linuxbrew/bin/brew shellenv | source 2 3fish_add_path /home/vpb/.local/bin 4 5if status is-interactive 6 set fish_greeting 7 set EDITOR nvim 8 9 # Commands to run in interactive sessions can go here 10 starship init fish | source 11 direnv hook fish | source 12 nvm use latest 13end 14 15 16# Created by `pipx` on 2024-04-12 12:49:16 17set PATH $PATH /home/vitorpy/.local/bin 18 19# bun 20set --export BUN_INSTALL "$HOME/.bun" 21set --export PATH $BUN_INSTALL/bin $PATH