A blog of (mostly) linux-related tricks I've found in my way
Add this to you .bash_profile file: # .profile if [ -n "$BASH" ] && [ -r ~/.bashrc ]; then . ~/.bashrc fi
# .profile if [ -n "$BASH" ] && [ -r ~/.bashrc ]; then . ~/.bashrc fi
Post a Comment
No comments:
Post a Comment