aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-03-04 11:11:49 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-03-04 11:11:49 +0100
commit4ed683f6f38b28b8ff5f7a567337f2d635e4eb46 (patch)
tree24e95b2ed2c34b215bf2ad6b02be8215ab2dfe49 /bashrc
parent2b9fc176b5682136b58b05c25ca57f0b0dfd5eeb (diff)
downloaddotfiles-4ed683f6f38b28b8ff5f7a567337f2d635e4eb46.tar.gz
dotfiles-4ed683f6f38b28b8ff5f7a567337f2d635e4eb46.zip
bashrc: Added the review's new install path.
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 24b0b9a..38f42a6 100644
--- a/bashrc
+++ b/bashrc
@@ -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