From 16b1f05e8481df20d6a7f3bd7873816440687a42 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Mon, 5 Sep 2022 19:41:52 -0700 Subject: [PATCH] :pencil2: Set off noclobber in bash --- bashrc.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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'