projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da333cc
)
aha, that's where it was ignoring spaces. i actually don't want to lose lines
author
Chris Koeritz
<fred@gruntose.com>
Sat, 13 Apr 2013 04:31:23 +0000
(
00:31
-0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 13 Apr 2013 04:31:23 +0000
(
00:31
-0400)
in this history just because they started with a space. i'm funny like that.
scripts/core/launch_feisty_meow.sh
patch
|
blob
|
history
diff --git
a/scripts/core/launch_feisty_meow.sh
b/scripts/core/launch_feisty_meow.sh
index fa9d34e822ee954350bd9c6c98fffdf227c0bb68..3d732179f38a1e28b6fd056c11b87364fc9a4967 100644
(file)
--- a/
scripts/core/launch_feisty_meow.sh
+++ b/
scripts/core/launch_feisty_meow.sh
@@
-68,8
+68,8
@@
source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
shopt -s checkhash
# don't check path for sourced files.
shopt -u sourcepath
-# ignore duplicate lines
and spaces for history
.
-HISTCONTROL=ignoredups
:ignorespace
+# ignore duplicate lines.
+HISTCONTROL=ignoredups
# append to the history file.
shopt -s histappend
# automatically update window size if needed.