diff --git a/bashrc.txt b/bashrc.txt index f5ee9123..4fbc5100 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -11,7 +11,11 @@ export cproj="$HOME/Documents/Code/web_tutorials/advanced_programming_in_the_UNI # custom BROWSER env for ddgr: export BROWSER=links export TUIR_BROWSER=librewolf -export EDITOR=nvim # enable vi keybindings in terminal and terminal applications set -o vi +export EDITOR=nvim # enable vi keybindings in terminal and terminal applications + +set -o vi +set -o noclobber + export PF_INFO="ascii os kernel pkgs shell wm editor" # but keep ctrl l as the clear screen command bind -m vi-command 'Control-l: clear-screen'