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 c1b34d7..9a10f57 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -40,6 +40,9 @@ export PATH=$HOME/Applications:$PATH | |||
| 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 | # Language server. | ||
| 44 | export PATH=$HOME/.local/bin/luals/bin:$PATH | ||
| 45 | |||
| 43 | # History and search. Stolen from J. | 46 | # History and search. Stolen from J. |
| 44 | HISTCONTROL=ignoreboth | 47 | HISTCONTROL=ignoreboth |
| 45 | shopt -s histappend | 48 | shopt -s histappend |
