Last active
December 18, 2015 11:59
-
-
Save yoshifumi0521/5780004 to your computer and use it in GitHub Desktop.
エイリアスの設定。~/.bash_profileで設定した。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#~/.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