From 262f2aaee60dccac99e2548f4481b8f0a70e6f70 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 8 Dec 2020 01:23:12 -0700 Subject: Standarization and preparation for cleaning ~ --- .profile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.profile') diff --git a/.profile b/.profile index 344d172..1196694 100644 --- a/.profile +++ b/.profile @@ -1,6 +1,5 @@ #!/bin/sh -# ~/.profile -# + ##--Environment variables--## ## Modified env vars. export PATH="$PATH:$(du -L "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')" @@ -8,7 +7,7 @@ export PATH="$PATH:$(du -L "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/ ## Default programs. export EDITOR="nvim" export TERMINAL="alacritty" -export BROWSER="google-chrome-stable" +export BROWSER="firefox" export READER="zathura" export FILE="ranger" export STATUSBAR="i3blocks" -- cgit v1.2.3-70-g09d2