Fix bashaliases
Signed-off-by: Yongmin Hong <revi@pobox.com>
This commit is contained in:
parent
1e638dbbac
commit
7bf1044a83
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@
|
||||||
alias la='ls -a'
|
alias la='ls -a'
|
||||||
# PHP stuff
|
# PHP stuff
|
||||||
alias pear='$HOME/.pear/bin/pear'
|
alias pear='$HOME/.pear/bin/pear'
|
||||||
export phpcs='$HOME/.composer/vendor/bin/phpcs'
|
alias phpcs='$HOME/.composer/vendor/bin/phpcs'
|
||||||
|
|
Loading…
Reference in a new issue