From 421e24fa09e85b3b6af2c1a32e52b753ba012058 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 17 Jan 2013 00:59:20 +0900 Subject: [PATCH] fix redirect bug --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index f34c905..1ffeae8 100755 --- a/bashrc +++ b/bashrc @@ -33,7 +33,7 @@ null ls --version && alias with_coreutils=true ################################# -if echo $PATH | grep "$HOME" >/dev/null 2&>1 +if echo $PATH | grep "$HOME" >/dev/null 2>&1 then PATH="${PATH}:${HOME}/.local/bin" fi