diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-13 18:26:44 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-02-13 18:26:44 +0100 |
| commit | 2eaa1082f767940a82f85fddb5e77bf5fa943ff4 (patch) | |
| tree | ea351390071b23039b90f4960d6068ceaba85c60 /.shenanigans.sh | |
| parent | 19bc2fbbf58956014ca143de380c181fcd89248b (diff) | |
| download | dotfiles-2eaa1082f767940a82f85fddb5e77bf5fa943ff4.tar.gz | |
Update
Diffstat (limited to '.shenanigans.sh')
| -rwxr-xr-x | .shenanigans.sh | 4 |
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 | } |
