From 4ed683f6f38b28b8ff5f7a567337f2d635e4eb46 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Tue, 4 Mar 2014 11:11:49 +0100 Subject: bashrc: Added the review's new install path. --- bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bashrc') 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 -- cgit v1.2.3