aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshenanigans.sh4
-rw-r--r--vimrc2
2 files changed, 2 insertions, 4 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
diff --git a/vimrc b/vimrc
index 722530a..964dd47 100644
--- a/vimrc
+++ b/vimrc
@@ -1,6 +1,6 @@
1set nocompatible 1set nocompatible
2set path+=** 2set path+=**
3set relativenumber autoindent 3set number relativenumber autoindent
4set smartcase ignorecase incsearch 4set smartcase ignorecase incsearch
5set hidden nowrap nobackup noswapfile autoread 5set hidden nowrap nobackup noswapfile autoread
6set wildmenu laststatus=2 6set wildmenu laststatus=2