| File src/hstr.c changed (mode: 100644) (index 9f9ae60..4fd488d) |
| 79 |
79 |
|
|
| 80 |
80 |
static const char *INSTALL_STRING= |
static const char *INSTALL_STRING= |
| 81 |
81 |
"\n# add this configuration to ~/.bashrc" |
"\n# add this configuration to ~/.bashrc" |
|
82 |
|
"\nexport HH_CONFIG=hicolor # get more colors" |
| 82 |
83 |
"\nshopt -s histappend # append new history items to .bash_history" |
"\nshopt -s histappend # append new history items to .bash_history" |
| 83 |
84 |
"\nexport HISTCONTROL=ignorespace # leading space hides commands from history" |
"\nexport HISTCONTROL=ignorespace # leading space hides commands from history" |
| 84 |
85 |
"\nexport HISTFILESIZE=10000 # increase history file size (default is 500)" |
"\nexport HISTFILESIZE=10000 # increase history file size (default is 500)" |