diff --git a/crosscode/btw-i-use-arch-mod/ccmod.json b/crosscode/btw-i-use-arch-mod/ccmod.json index de31768..b6c3fd8 100644 --- a/crosscode/btw-i-use-arch-mod/ccmod.json +++ b/crosscode/btw-i-use-arch-mod/ccmod.json @@ -1,7 +1,6 @@ { "id": "btw-i-use-arch", "title": "btw I use Arch", - "version": "0.0.0", "description": "A mod for masochists like myself", "prestart": "prestart.js", "poststart": "poststart.js" diff --git a/crosscode/btw-i-use-arch-mod/package.json b/crosscode/btw-i-use-arch-mod/package.json new file mode 100644 index 0000000..e6d5b2e --- /dev/null +++ b/crosscode/btw-i-use-arch-mod/package.json @@ -0,0 +1,8 @@ +{ + "name": "btw-i-use-arch", + "ccmodHumanName": "btw I use Arch", + "description": "A mod for masochists like myself", + "prestart": "prestart.js", + "main": "poststart.js", + "module": true +} diff --git a/zsh/path.zsh b/zsh/path.zsh index 47fdf6d..110644a 100644 --- a/zsh/path.zsh +++ b/zsh/path.zsh @@ -61,6 +61,7 @@ fi # Ruby gems path_prepend path ~/.gem/ruby/*/bin(N/) +path_prepend path ~/.local/share/gem/ruby/*/bin(N/) # Yarn global packages path_prepend path ~/.yarn/bin