diff options
author | mutantturkey <crazycal00@gmail.com> | 2010-06-13 22:19:53 -0400 |
---|---|---|
committer | mutantturkey <crazycal00@gmail.com> | 2010-06-13 22:19:53 -0400 |
commit | 3464dd9de2f3470464611a442722f2cac44f00e9 (patch) | |
tree | c68a07d2d25ebc93dc82e7b52e0fb4b30559b3a3 /sb-script | |
parent | 5768a610e745f0c37d972609890dc4e8dd37974c (diff) |
sb-script updated so that it uses the new default history file. ~/.sb_history
Diffstat (limited to 'sb-script')
-rwxr-xr-x | sb-script | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #remove duplicates -awk '!x[$0]++' ~/.history | sponge ~/.history +awk '!x[$0]++' ~/.sb_history | sponge ~/.sb_history #execute |