From f6f05a1111d35488302e9a9926ba5060aa633b32 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Thu, 15 Nov 2012 10:32:37 +0200 Subject: [PATCH] cdhistory to 149 --- qcd_function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcd_function b/qcd_function index 0263e8f..9767133 100644 --- a/qcd_function +++ b/qcd_function @@ -3,7 +3,7 @@ function cd_history () { then \cd "$HOME" return fi - old=$( tail -n 49 "$HOME/.bash_cdhistory" ) + old=$( tail -n 149 "$HOME/.bash_cdhistory" ) echo "$old" > "$HOME/.bash_cdhistory" \cd "$1" p=$( pwd )