aboutsummaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
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