diff --git a/crosscode/btw-i-use-arch-mod/ccmod.json b/crosscode/btw-i-use-arch-mod/ccmod.json index b6c3fd8..de31768 100644 --- a/crosscode/btw-i-use-arch-mod/ccmod.json +++ b/crosscode/btw-i-use-arch-mod/ccmod.json @@ -1,6 +1,7 @@ { "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 deleted file mode 100644 index e6d5b2e..0000000 --- a/crosscode/btw-i-use-arch-mod/package.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "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 110644a..47fdf6d 100644 --- a/zsh/path.zsh +++ b/zsh/path.zsh @@ -61,7 +61,6 @@ 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