✏️ Set off noclobber in bash

This commit is contained in:
z3rOR0ne 2022-09-05 19:41:52 -07:00
parent cbfe803d8f
commit 16b1f05e84

View file

@ -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'