summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2023-12-25 17:42:04 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2023-12-25 17:42:04 +0100
commitfd56ce940e6d8b26b3b884f13420db4fb913eb3f (patch)
tree2bc92d1fa35750818d02374f76a6ae340dc863ce /bashrc
parentb6f5ed0197978bfa148a5355860378554a99f3a2 (diff)
downloadbin-fd56ce940e6d8b26b3b884f13420db4fb913eb3f.zip
bin-fd56ce940e6d8b26b3b884f13420db4fb913eb3f.tar.gz
bashrc : set MPD_HOST
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 $*`; }