diff --git a/shenanigans.sh b/shenanigans.sh index 5acb40223228892065eaba808949f43e3f15d6ce..6b14489bbb2cdfa27b8e624fbb2eeaff7479cfb3 100755 --- a/shenanigans.sh +++ b/shenanigans.sh @@ -1,5 +1,5 @@ # Software list. -# cifs-utils tree s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf htop nvtop newsboat tmux ctags +# cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq xmlstarlet fzf htop nvtop newsboat tmux ctags # Magical environment variables. @@ -51,7 +51,6 @@ export PATH=$HOME/Applications:$PATH export PATH=$HOME/go/bin:$PATH export PATH=/usr/local/go/bin:$PATH -export PATH=$HOME/Bitcoin/bitcoin-27.0/bin:$PATH # History and search. Stolen from J. @@ -63,7 +62,6 @@ export HISTFILE=~/.bash_history_infinite PROMPT_COMMAND="history -a; history -n; ${PROMPT_COMMAND}" bind '"\e[A": history-search-backward' bind '"\e[B": history-search-forward' -alias hh=hstr export HSTR_CONFIG=hicolor if [[ $- =~ .i. ]]; then bind '"\C-h": "\C-a hstr -- \C-j"'; fi diff --git a/vimrc b/vimrc index 722530a0bc8bc9ee1a3e489614a405fb2ffe2bd7..964dd471016ee9fca5d3249364326a4b19e7ca6f 100644 --- a/vimrc +++ b/vimrc @@ -1,6 +1,6 @@ set nocompatible set path+=** -set relativenumber autoindent +set number relativenumber autoindent set smartcase ignorecase incsearch set hidden nowrap nobackup noswapfile autoread set wildmenu laststatus=2