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

change permissions on dot files #26

Open
vipyne opened this issue Nov 14, 2018 · 0 comments
Open

change permissions on dot files #26

vipyne opened this issue Nov 14, 2018 · 0 comments
Labels
good first issue Good for newcomers

Comments

@vipyne
Copy link
Contributor

vipyne commented Nov 14, 2018

a few dot files are erroneously executable files.

.editorconfig
.eslint
.gitignore
.npmrc
.travis.yml

should be 644 not 755 permissions.

https://geoff.greer.fm/lscolors/ is a good resource for coloring files & directories by permissions in terminal.
or cheat and steal mine (for macos):

$ echo "alias ls='CLICOLOR_FORCE=true LSCOLORS=aggxcxcxCxegedabagacad ls -Galh'" >> ~/.bash_profile
@vipyne vipyne added the good first issue Good for newcomers label Nov 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants