summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index b0be2a4..58e154b 100644
--- a/bashrc
+++ b/bashrc
@@ -35,6 +35,7 @@ export PATH=${HOME_}/bin:${PATH#${HOME_}/bin:}
export EDITOR=nvim
export GEM_HOME="${HOME_}/.gem/ruby/3.0.0"
export PATH=$PATH:$GEM_HOME/bin
+export MPD_HOST=fakenews
# catch and eval dmalloc output
#function dmalloc { eval `command dmalloc -b $*`; }