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

~/bin directory to access scripts easily and keeping environment variables. #49

Merged
merged 2 commits into from Apr 24, 2017
Merged

~/bin directory to access scripts easily and keeping environment variables. #49

merged 2 commits into from Apr 24, 2017

Conversation

joaofreires
Copy link
Contributor

I add 2 tricks that is useful, a way to access yours scripts easily and a way to keep the environment variables.

I had some problems with another pull I made, because I removed my fork, so I made another fork and solved the inconsistencies

Useful way to keep the environment variables.
Useful way to access yours scripts easily.
@Idnan
Copy link
Owner

Idnan commented Apr 24, 2017

Thanks @joaofreires

@Idnan Idnan merged commit 32eabdc into Idnan:master Apr 24, 2017
@VovanR
Copy link

VovanR commented Apr 25, 2017

Why not ~/.local/bin?

if [ -d "$HOME/.local/bin" ] ; then
    PATH="$HOME/.local/bin:$PATH"
fi

@joaofreires
Copy link
Contributor Author

@VovanR
This way is better and cleaner, but I'm not sure if all distributions follow this rule... If you guarantee this a PR is welcome.

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.

None yet

3 participants