From 3464dd9de2f3470464611a442722f2cac44f00e9 Mon Sep 17 00:00:00 2001 From: mutantturkey Date: Sun, 13 Jun 2010 22:19:53 -0400 Subject: sb-script updated so that it uses the new default history file. ~/.sb_history --- sb-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sb-script b/sb-script index 8390c14..d8449c1 100755 --- a/sb-script +++ b/sb-script @@ -2,7 +2,7 @@ #remove duplicates -awk '!x[$0]++' ~/.history | sponge ~/.history +awk '!x[$0]++' ~/.sb_history | sponge ~/.sb_history #execute -- cgit v1.2.3