Skip to content

Instantly share code, notes, and snippets.

@danreb
Created October 5, 2012 01:28
Show Gist options
  • Save danreb/3837528 to your computer and use it in GitHub Desktop.
Save danreb/3837528 to your computer and use it in GitHub Desktop.
List of Useful Linux Shell command
# Reload .bashrc after editing, example after editing and adding the Drush alias
# to user specific aliases and functions -> alias drush="~/drush/drush"
# Execute the below shell commands
source ~/.bashrc
# This one goes to .bash_profile
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
PATH=$PATH:$HOME/drush/drush
export PATH
@danreb
Copy link
Author

danreb commented Oct 5, 2012

Will update this form time to time..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment