Update
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-04-18 05:49:59 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-04-18 05:49:59 +0200 |
| Commit | 9ba3e7f4d701dff64443aff0b519dd62480a36ff (patch) |
|
-rwxr-xr-x |
shenanigans.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/shenanigans.sh b/shenanigans.sh | |||
| ... | |||
| 49 | 49 | ||
| 50 | export PATH=$HOME/.local/bin:$PATH |
50 | export PATH=$HOME/.local/bin:$PATH |
| 51 | 51 | ||
| 52 | # History and search. |
52 | # History and search. Stolen from J. |
| 53 | 53 | ||
| 54 | HISTCONTROL=ignoreboth |
54 | HISTCONTROL=ignoreboth |
| 55 | shopt -s histappend |
55 | shopt -s histappend |
| ... | |||