alias 備份

carlclone發表於2019-04-05

把GithubPage的部落格關了,老內容搬過來這裡

alias laradock="cd /Volumes/VirutalMachine/development/laradock && docker-compose up -d nginx mysql redis"
alias laradockstop="cd /Volumes/VirutalMachine/development/laradock && docker-compose stop"
alias phpfpmrebuild="docker-compose build php-fpm"

alias hostsfile="subl /etc/hosts"

alias zshrc="subl /Users/sierra/.zshrc"

alias hexodg="cd /Users/sierra/hexo && hexo d -g"
alias hexoclean="hexo clean"

相關文章