Skip to content

Commit

Permalink
Fix typo from .bash_rc to .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavin001 committed Sep 8, 2014
1 parent 98d1799 commit d595ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/langs/cli-beautify.coffee
Expand Up @@ -42,7 +42,7 @@ module.exports = (getCmd, isStdout) ->
# by calling the external files that would usually
# change the $PATH variable on user login.
$path = "[ -f ~/.bash_profile ] && source ~/.bash_profile;"
$path += "[ -f ~/.bash_rc ] && source ~/.bash_rc;"
$path += "[ -f ~/.bashrc ] && source ~/.bashrc;"

# See http://stackoverflow.com/a/638980/2578205
# for checking if file exists in Bash
Expand Down

0 comments on commit d595ea7

Please sign in to comment.