Add fish configs

This commit is contained in:
2025-10-18 02:06:20 +02:00
parent 21fd3238ec
commit ac0b014281
7 changed files with 285 additions and 0 deletions

3
fish/functions/nvm.fish Normal file
View File

@@ -0,0 +1,3 @@
function nvm
bass source ~/.nvm/nvm.sh --no-use ';' nvm $argv
end