diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 06:24:41 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-06-18 06:24:41 +0200 |
| commit | dab35ba856e69e7ac18dda5123aa9ca86aab54ff (patch) | |
| tree | 216a4dfdf6db931d08fdf45a9cce3519a2d257a5 /shenanigans.sh | |
| parent | 6f4d840cdcd775f90f971fe1ca4c711b175bce0f (diff) | |
| download | dotfiles-dab35ba856e69e7ac18dda5123aa9ca86aab54ff.tar.gz | |
Update vimrc
Diffstat (limited to 'shenanigans.sh')
| -rwxr-xr-x | shenanigans.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shenanigans.sh b/shenanigans.sh index 5acb402..6b14489 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Software list. | 1 | # Software list. |
| 2 | # cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf htop nvtop newsboat tmux ctags | 2 | # cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf htop nvtop newsboat tmux ctags |
| 3 | 3 | ||
| 4 | # Magical environment variables. | 4 | # Magical environment variables. |
| 5 | 5 | ||
| @@ -51,7 +51,6 @@ alias d='cd ~/Downloads' | |||
| 51 | export PATH=$HOME/Applications:$PATH | 51 | export PATH=$HOME/Applications:$PATH |
| 52 | export PATH=$HOME/go/bin:$PATH | 52 | export PATH=$HOME/go/bin:$PATH |
| 53 | export PATH=/usr/local/go/bin:$PATH | 53 | export PATH=/usr/local/go/bin:$PATH |
| 54 | export PATH=$HOME/Bitcoin/bitcoin-27.0/bin:$PATH | ||
| 55 | 54 | ||
| 56 | # History and search. Stolen from J. | 55 | # History and search. Stolen from J. |
| 57 | 56 | ||
| @@ -63,7 +62,6 @@ export HISTFILE=~/.bash_history_infinite | |||
| 63 | PROMPT_COMMAND="history -a; history -n; ${PROMPT_COMMAND}" | 62 | PROMPT_COMMAND="history -a; history -n; ${PROMPT_COMMAND}" |
| 64 | bind '"\e[A": history-search-backward' | 63 | bind '"\e[A": history-search-backward' |
| 65 | bind '"\e[B": history-search-forward' | 64 | bind '"\e[B": history-search-forward' |
| 66 | alias hh=hstr | ||
| 67 | export HSTR_CONFIG=hicolor | 65 | export HSTR_CONFIG=hicolor |
| 68 | if [[ $- =~ .i. ]]; then bind '"\C-h": "\C-a hstr -- \C-j"'; fi | 66 | if [[ $- =~ .i. ]]; then bind '"\C-h": "\C-a hstr -- \C-j"'; fi |
| 69 | 67 | ||
