mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
* feat: switch to biome, apply formatting, shellcheck * chore: apply cr comments * chore: few config tweaks, shellcheck hook now py-based * chore: lint fixes and pr comments * chore(lint): megalinter, and other fixes Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
4 lines
88 B
Fish
4 lines
88 B
Fish
function nvm_find_nvmrc
|
|
bass source $NVM_DIR/nvm.sh --no-use ';' nvm_find_nvmrc
|
|
end
|