summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Toso <victortoso@redhat.com>2015-01-06 19:11:38 +0100
committerVictor Toso <victortoso@redhat.com>2015-01-06 19:11:38 +0100
commit341b07581aaf7a089f7f813e5fa6db4f7a261167 (patch)
treebdc209477992e38415ec60cda2e2818e8e951f88
parentd934d1cda988fd5ad8c402029f4c1d2714b72399 (diff)
bashrc: $EDITOR and $BROWSER set by default
-rw-r--r--bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 60c8cf0..2461442 100644
--- a/bashrc
+++ b/bashrc
@@ -41,6 +41,8 @@ fi
# ---------------------------------------------------------------------------- #
PATH=$HOME/.local/bin:$PATH
PATH=$PATH:$HOME/scripts
+EDITOR=vim
+BROWSER=firefox
if [ `whoami` == "root" ]; then
PS1="\[$bldred\](\h)\[$txtwht\] \W\[$bldred\] #\[$txtwht\]"