Cleanup
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-25 02:28:50 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-10-25 02:28:50 +0200 |
| Commit | 4794211c130e51ef1fae4e59cfaa4aee962ad479 (patch) |
|
-rwxr-xr-x |
shenanigans.sh | 3 |
1 files changed, 0 insertions, 3 deletions
| diff --git a/shenanigans.sh b/shenanigans.sh | |||
| ... | |||
| 40 | export PATH=$HOME/go/bin:$PATH |
40 | export PATH=$HOME/go/bin:$PATH |
| 41 | export PATH=/usr/local/go/bin:$PATH |
41 | export PATH=/usr/local/go/bin:$PATH |
| 42 | 42 | ||
| 43 | # Other paths. |
||
| 44 | export PATH=$HOME/.local/bin/odin-linux-amd64-dev-2024-1:$PATH |
||
| 45 | |||
| 46 | # History and search. Stolen from J. |
43 | # History and search. Stolen from J. |
| 47 | HISTCONTROL=ignoreboth |
44 | HISTCONTROL=ignoreboth |
| 48 | shopt -s histappend |
45 | shopt -s histappend |
| ... | |||