Skip to content

Instantly share code, notes, and snippets.

@yoshifumi0521
Last active December 18, 2015 11:59
Show Gist options
  • Save yoshifumi0521/5780004 to your computer and use it in GitHub Desktop.
Save yoshifumi0521/5780004 to your computer and use it in GitHub Desktop.
エイリアスの設定。~/.bash_profileで設定した。
#~/.bash_profile
#エイリアスの設定
alias r="rails"
alias c="clear"
alias g="git"
alias vw="view"
alias v="vim"
alias l="ls"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment