replacing . by source, into README

This commit is contained in:
Bernardo B. Marques
2012-04-05 04:18:30 -03:00
parent cc665559d4
commit 3ab8c169fb

View File

@@ -278,14 +278,14 @@ source ~/.bashrc # or source ~/.zshrc
(The install script simply appends the following line to your `.bashrc` or `.zshrc`): (The install script simply appends the following line to your `.bashrc` or `.zshrc`):
`[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && . "$HOME/.scm_breeze/scm_breeze.sh"` `[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && source "$HOME/.scm_breeze/scm_breeze.sh"`
# Uninstall # Uninstall
~/.scm_breeze/uninstall.sh ~/.scm_breeze/uninstall.sh
(The install script simply remove the add line from your `.bashrc` or `.zshrc`): (The install script simply remove the add line from your `.bashrc` or `.zshrc`):
`[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && . "$HOME/.scm_breeze/scm_breeze.sh"` `[ -s "$HOME/.scm_breeze/scm_breeze.sh" ] && source "$HOME/.scm_breeze/scm_breeze.sh"`
# Configuration # Configuration