Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix XDG base directory supporting #41

Merged
merged 2 commits into from
Feb 20, 2020
Merged

Conversation

ko1nksm
Copy link
Member

@ko1nksm ko1nksm commented Feb 19, 2020

  • install.sh: Install to under $HOME/.local by default
  • Use $HOME/.config if not defined XDG_CONFIG_HOME

Close #24

@codecov
Copy link

codecov bot commented Feb 20, 2020

Codecov Report

Merging #41 into master will increase coverage by 0.13%.
The diff coverage is 32.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #41      +/-   ##
==========================================
+ Coverage   43.38%   43.51%   +0.13%     
==========================================
  Files          84       84              
  Lines        3082     3093      +11     
==========================================
+ Hits         1337     1346       +9     
- Misses       1745     1747       +2
Impacted Files Coverage Δ
shellspec 0% <0%> (ø) ⬆️
install.sh 50% <100%> (ø) ⬆️
lib/libexec/shellspec.sh 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dccb2a2...9da89d2. Read the comment docs.

@ko1nksm ko1nksm merged commit 1a3b727 into master Feb 20, 2020
@ko1nksm ko1nksm deleted the fix_xdg_base_directory_supprting branch February 20, 2020 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use default $HOME/.local install directory instead of $HOME/bin and $HOME/lib
1 participant