개발 환경 셋팅

Park.Dyel·2022년 7월 27일
0

tools

목록 보기
5/5

fish

curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher

fisher install edc/bass

vim ~/.config/fish/functions/nvm.fish

function nvm
    bass source ~/.nvm/nvm.sh --no-use ';' nvm $argv
end

https://eshlox.net/2019/01/27/how-to-use-nvm-with-fish-shell
profile
ㄱH발자

0개의 댓글