From 0fa30120c2473de4b6336c83a8a3551caa28335f Mon Sep 17 00:00:00 2001 From: Relevance Pair Date: Sat, 14 Jun 2014 17:38:39 +0000 Subject: [PATCH] Put the 'pair' script on path --- bash/bash_extra_rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bash_extra_rc b/bash/bash_extra_rc index 503b411..2a8f883 100644 --- a/bash/bash_extra_rc +++ b/bash/bash_extra_rc @@ -11,7 +11,7 @@ if [ -d $B ]; then fi # Local executables -export PATH=$HOME/bin:$PATH +export PATH=$HOME/bin:$HOME/opensource/etc/scripts:$PATH # Pairhost aliases alias sourcecode="truecrypt -t -k '' --protect-hidden=no $HOME/sourcecode.tc $HOME/src"