added AUR_PAGER (for aurutils) and removed vi mode

yes i've switched to arch again
This commit is contained in:
Vitor Gonçalves 2024-01-20 02:45:32 -03:00
parent d407ba049e
commit 4256c1c680
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 1 additions and 5 deletions

View File

@ -7,11 +7,6 @@ bind 'set bell-style visible'
bind 'set completion-ignore-case on'
bind 'set expand-tilde on'
# vi mode stuff
set -o vi
bind -m vi-insert "\C-l":clear-screen
bind -m vi-command "\C-l":clear-screen
export XDG_CONFIG_HOME="$HOME/.config" XDG_CACHE_HOME="$HOME/.cache" XDG_DATA_HOME="$HOME/.local/share" XDG_STATE_HOME="$HOME/.local/state"
export PATH="$PATH:$HOME/.local/bin"
@ -19,6 +14,7 @@ export EDITOR="nvim" VISUAL="nvim"
export GNUPGHOME="$XDG_DATA_HOME/gnupg" PASSWORD_STORE_DIR="$XDG_DATA_HOME/pass" HISTFILE="$XDG_STATE_HOME/bash/history" INPUTRC="$XDG_CONFIG_HOME/readline/inputrc"
export GPG_TTY=$(tty)
export AUR_PAGER="nnn"
source "$HOME/.config/bash/aliases"
source "$HOME/.config/bash/functions"