Skip to content

Instantly share code, notes, and snippets.

@code26
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save code26/7f378bfafd1648397f0d to your computer and use it in GitHub Desktop.
Save code26/7f378bfafd1648397f0d to your computer and use it in GitHub Desktop.
create an alias that accepts a parameter

Go to www directory with subdirectory option

wwwdir() { cd /var/www/$1 }

alias www=wwwdir

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