about summary refs log tree commit diff stats
path: root/.config
diff options
context:
space:
mode:
authorVitor Gonçalves <vitorg@tilde.team>2024-01-20 02:45:32 -0300
committerVitor Gonçalves <vitorg@tilde.team>2024-01-20 02:45:32 -0300
commit4256c1c6809e1c1f42a9d8f76f9b70e8528ad921 (patch)
treec6c07fe369e74bb0a0341a1ba8df604c1c90ab56 /.config
parentd407ba049ebe3c728f8cd0775f6ca1849d9c5343 (diff)
downloaddots-4256c1c6809e1c1f42a9d8f76f9b70e8528ad921.tar.gz
added AUR_PAGER (for aurutils) and removed vi mode
yes i've switched to arch again
Diffstat (limited to '.config')
-rw-r--r--.config/bash/rc6
1 files changed, 1 insertions, 5 deletions
diff --git a/.config/bash/rc b/.config/bash/rc
index f488f2b..c47b9ad 100644
--- a/.config/bash/rc
+++ b/.config/bash/rc
@@ -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"