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