aboutsummaryrefslogtreecommitdiff
path: root/shenanigans.sh
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-06-18 06:24:41 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-06-18 06:24:41 +0200
commitdab35ba856e69e7ac18dda5123aa9ca86aab54ff (patch)
tree216a4dfdf6db931d08fdf45a9cce3519a2d257a5 /shenanigans.sh
parent6f4d840cdcd775f90f971fe1ca4c711b175bce0f (diff)
downloaddotfiles-dab35ba856e69e7ac18dda5123aa9ca86aab54ff.tar.gz
Update vimrc
Diffstat (limited to 'shenanigans.sh')
-rwxr-xr-xshenanigans.sh4
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'
51export PATH=$HOME/Applications:$PATH 51export PATH=$HOME/Applications:$PATH
52export PATH=$HOME/go/bin:$PATH 52export PATH=$HOME/go/bin:$PATH
53export PATH=/usr/local/go/bin:$PATH 53export PATH=/usr/local/go/bin:$PATH
54export 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
63PROMPT_COMMAND="history -a; history -n; ${PROMPT_COMMAND}" 62PROMPT_COMMAND="history -a; history -n; ${PROMPT_COMMAND}"
64bind '"\e[A": history-search-backward' 63bind '"\e[A": history-search-backward'
65bind '"\e[B": history-search-forward' 64bind '"\e[B": history-search-forward'
66alias hh=hstr
67export HSTR_CONFIG=hicolor 65export HSTR_CONFIG=hicolor
68if [[ $- =~ .i. ]]; then bind '"\C-h": "\C-a hstr -- \C-j"'; fi 66if [[ $- =~ .i. ]]; then bind '"\C-h": "\C-a hstr -- \C-j"'; fi
69 67