Skip to content

Instantly share code, notes, and snippets.

View wowiwj's full-sized avatar
🌴
On vacation

王举 wowiwj

🌴
On vacation
  • Atommatrix
  • Nanjing
View GitHub Profile
@wowiwj
wowiwj / zsh_config
Last active February 2, 2018 07:50
个人zsh配置
function homestead() {
( cd ~/Homestead && vagrant $* )
}
function ymbdev(){
( cd ~/Desktop/ymbdev && vagrant $* )
}
alias ..="cd .."
alias ...="cd ../.."