summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-08 01:23:12 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-08 01:23:12 -0700
commit262f2aaee60dccac99e2548f4481b8f0a70e6f70 (patch)
treed102e23ff33ab30d61e771e8a837943583f4f710 /.profile
parent27568194632b55057195bce01b622005abea9dc6 (diff)
Standarization and preparation for cleaning ~
Diffstat (limited to '.profile')
-rw-r--r--.profile5
1 files changed, 2 insertions, 3 deletions
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"