From f5fe38386e27de63659dc75274a2c3dd4b2d89bb Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 26 Nov 2021 12:38:33 -0800 Subject: [PATCH] updated bashrc for use of links with ddgr --- bashrc.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc.txt b/bashrc.txt index 8714f9bb..d0f93807 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -5,6 +5,9 @@ neofetch # create custom env variables: export CPROJ="/home/brian/Documents/Code/python/python_crash_course/projects/alien_invasion" +# custom BROWSER env for ddgr: +export BROWSER=links + #enable vi keybindings in terminal and terminal applications set -o vi