3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

~/.zshrc にとりあえず突っ込んでおくといいalias

3
Last updated at Posted at 2013-06-19
# ls を適当にalias化
alias ll='ls -lF'
alias la='ll -aF'
alias l=ll

# rails系
alias r='rails'
alias f='foreman'
alias fs='foreman start'
alias rr='bundle exec rake routes'
alias rs='r s'
alias rsf='r s -p 5000'
alias beg='bundle exec guard'
alias be='bundle exec'
alias dj='bundle exec rake jobs:work'

# その他、自分が作業するプロジェクトに一発で行く系
# alias cd***='cd ~/projects/***'
# alias cd***='cd ~/projects/***'
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?