aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormutantturkey <crazycal00@gmail.com>2010-06-13 22:19:53 -0400
committermutantturkey <crazycal00@gmail.com>2010-06-13 22:19:53 -0400
commit3464dd9de2f3470464611a442722f2cac44f00e9 (patch)
treec68a07d2d25ebc93dc82e7b52e0fb4b30559b3a3
parent5768a610e745f0c37d972609890dc4e8dd37974c (diff)
sb-script updated so that it uses the new default history file. ~/.sb_history
-rwxr-xr-xsb-script2
1 files changed, 1 insertions, 1 deletions
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