From 3adf42e2389b052974877636f7adaf7445bf5ece Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Mon, 15 Jun 2015 23:54:30 +0000 Subject: [PATCH] added ~/tmux to PATH --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 790aaa2..1a2cadc 100644 --- a/bashrc +++ b/bashrc @@ -27,7 +27,7 @@ alias grep='grep --color=auto' alias fgrep='fgrep --color=auto' alias egrep='egrep --color=auto' complete -F _todo t -PATH="/home/ewpt3ch/bin:${PATH}:./:" +PATH="/home/ewpt3ch/bin:/home/ewpt3ch/tmux:${PATH}:./:" export VMWARE_USE_SHIPPED_GTK="yes" export EDITOR=vim export PAGER=less