aboutsummaryrefslogtreecommitdiff
path: root/.shenanigans.sh
diff options
context:
space:
mode:
Diffstat (limited to '.shenanigans.sh')
-rwxr-xr-x.shenanigans.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh
index ab8d5ab..8d92252 100755
--- a/.shenanigans.sh
+++ b/.shenanigans.sh
@@ -48,7 +48,8 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
48 export HISTSIZE= 48 export HISTSIZE=
49 export HISTFILESIZE= 49 export HISTFILESIZE=
50 export HISTFILE=~/.bash_history_infinite 50 export HISTFILE=~/.bash_history_infinite
51 PROMPT_COMMAND="history -a; history -n; ${PROMPT_COMMAND}" 51 PROMPT_COMMAND="history -a; ${PROMPT_COMMAND}"
52 # PROMPT_COMMAND="history -a; history -n; ${PROMPT_COMMAND}"
52 bind '"\e[A": history-search-backward' 53 bind '"\e[A": history-search-backward'
53 bind '"\e[B": history-search-forward' 54 bind '"\e[B": history-search-forward'
54 export HSTR_CONFIG=hicolor 55 export HSTR_CONFIG=hicolor
@@ -96,5 +97,4 @@ worldclocks() {
96 printf "%-18s %s\n" "Brisbane:" "$(TZ='Australia/Brisbane' date +'%a %H:%M')" 97 printf "%-18s %s\n" "Brisbane:" "$(TZ='Australia/Brisbane' date +'%a %H:%M')"
97 printf "%-18s %s\n" "San Francisco:" "$(TZ='America/Los_Angeles' date +'%a %H:%M')" 98 printf "%-18s %s\n" "San Francisco:" "$(TZ='America/Los_Angeles' date +'%a %H:%M')"
98 printf "%-18s %s\n" "New York:" "$(TZ='America/New_York' date +'%a %H:%M')" 99 printf "%-18s %s\n" "New York:" "$(TZ='America/New_York' date +'%a %H:%M')"
99
100} 100}