✏️ Set off noclobber in bash
This commit is contained in:
parent
cbfe803d8f
commit
16b1f05e84
1 changed files with 5 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue