diff options
Diffstat (limited to '.shenanigans.sh')
| -rwxr-xr-x | .shenanigans.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh index 827eb7c..6cd84fb 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -57,6 +57,9 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then | |||
| 57 | export PATH=$HOME/.local/bin:$PATH | 57 | export PATH=$HOME/.local/bin:$PATH |
| 58 | export PATH=/usr/local/go/bin:$PATH | 58 | export PATH=/usr/local/go/bin:$PATH |
| 59 | 59 | ||
| 60 | # Lua LSP | ||
| 61 | export PATH=$HOME/.local/bin/luals/bin:$PATH | ||
| 62 | |||
| 60 | # History and search. Stolen from J. | 63 | # History and search. Stolen from J. |
| 61 | HISTCONTROL=ignoreboth | 64 | HISTCONTROL=ignoreboth |
| 62 | shopt -s histappend | 65 | shopt -s histappend |
