linting clean up
parent
8087e7af49
commit
5acb5a4234
|
|
@ -27,6 +27,7 @@ lint_clean_files.sh
|
||||||
# libs
|
# libs
|
||||||
#
|
#
|
||||||
lib/appearance.bash
|
lib/appearance.bash
|
||||||
|
lib/history.bash
|
||||||
|
|
||||||
# themes
|
# themes
|
||||||
#
|
#
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,6 @@ export HISTCONTROL=${HISTCONTROL:-ignorespace:erasedups} # erase duplicates; alt
|
||||||
export HISTSIZE=${HISTSIZE:-5000} # resize history size
|
export HISTSIZE=${HISTSIZE:-5000} # resize history size
|
||||||
export AUTOFEATURE=${AUTOFEATURE:-true autotest} # Cucumber / Autotest integration
|
export AUTOFEATURE=${AUTOFEATURE:-true autotest} # Cucumber / Autotest integration
|
||||||
|
|
||||||
function rh {
|
rh() {
|
||||||
history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
|
history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue