From bea13d9e40c7ab6d891385a810b8e5ead57ef2c8 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Wed, 23 Nov 2022 21:29:38 -0800 Subject: [PATCH] :memo: Removed tuir browser from bash and zsh rcs --- bashrc.txt | 1 - zshrc.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/bashrc.txt b/bashrc.txt index b69e780a..b1ae1e50 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -11,7 +11,6 @@ export cproj="$HOME/Documents/Code/bash/bgit" # 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 diff --git a/zshrc.txt b/zshrc.txt index 857c7750..5f4f75dd 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -13,7 +13,6 @@ export cproj="/home/brian/Documents/Code/leafbytes" # custom BROWSER env for ddgr: export BROWSER=librewolf -export TUIR_BROWSER=librewolf export EDITOR=nvim export PF_INFO="ascii os kernel pkgs shell wm editor"