Skip to content

Instantly share code, notes, and snippets.

@TheYkk
Last active April 25, 2019 17:20
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 TheYkk/f894bbbf44ebc9972a9646737077a8c0 to your computer and use it in GitHub Desktop.
Save TheYkk/f894bbbf44ebc9972a9646737077a8c0 to your computer and use it in GitHub Desktop.
alias
alias ..='cd ..'
alias ...='cd ../..'
alias c='clear'
alias h='cd ~'
alias zcr='code ~/.zshrc'
alias code='code-insiders'
alias hm='code ~/Homestead/Homestead.yaml'
alias vh='vagrant halt'
alias vr='vagrant reload --provision'
alias vsh='vagrant ssh'
alias vu='vagrant up'
alias mkcd='{ IFS= read -r d && mkdir "$d" && cd "$_"; } <<<'
alias http='docker run -ti --rm alpine/httpie'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment