diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-03-04 11:11:49 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-03-04 11:11:49 +0100 |
| commit | 4ed683f6f38b28b8ff5f7a567337f2d635e4eb46 (patch) | |
| tree | 24e95b2ed2c34b215bf2ad6b02be8215ab2dfe49 | |
| parent | 2b9fc176b5682136b58b05c25ca57f0b0dfd5eeb (diff) | |
| download | dotfiles-4ed683f6f38b28b8ff5f7a567337f2d635e4eb46.tar.gz dotfiles-4ed683f6f38b28b8ff5f7a567337f2d635e4eb46.zip | |
bashrc: Added the review's new install path.
| -rw-r--r-- | bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -77,7 +77,8 @@ if [ -d "$GOROOT" ]; then source "$GOROOT/misc/bash/go" fi -# Completion for the review command. See: https://github.com/mssola/review +# The Review utility. See: https://github.com/mssola/review +export PATH=/opt/review:$PATH source $HOME/.review_completion.sh # The g utility. See: https://github.com/mssola/g |
