Skip to content

Instantly share code, notes, and snippets.

@basdek
Created October 16, 2012 20:28
Show Gist options
  • Save basdek/3901779 to your computer and use it in GitHub Desktop.
Save basdek/3901779 to your computer and use it in GitHub Desktop.
DirectAdmin file structure shortcuts for the terminal. Typing user username will bring you straight to his/her homedir.
function user
{
local u="$1"
cd /home/$1/domains
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment