config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit e78c443a413001145712de08eaaa3545ed82392b
parent 851d139cfa33077cad1e1ff5b80fb47a5e01c6fa
Author: jacob@thinkpad <jacobouno@protonmail.com>
Date:   Sat, 13 Jun 2020 19:41:35 -0700

set HTTP_PROXY

Diffstat:
Mprofile/.profile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/profile/.profile b/profile/.profile @@ -20,6 +20,7 @@ export PAGER=less export LESS="M r S W x2 ~ q i b80 h15 z23 j5" export LOCKER=slock export HISTFILE="$HOME/.hist-$0" +export HTTP_PROXY="socks://localhost:9050" export WALLPAPERS="$HOME/image/wallpapers" export SCREENSHOTS="$HOME/own/image/screenshots"