Merge pull request #223 from dmitmel/master

[pull] master from dmitmel:master
This commit is contained in:
pull[bot] 2021-03-20 06:03:32 +00:00 committed by GitHub
commit 3b97435825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View File

@ -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"

View File

@ -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
}

View File

@ -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