diff options
| author | Jérémy Zurcher <jeremy@asynk.ch> | 2023-12-25 17:42:04 +0100 |
|---|---|---|
| committer | Jérémy Zurcher <jeremy@asynk.ch> | 2023-12-25 17:42:04 +0100 |
| commit | fd56ce940e6d8b26b3b884f13420db4fb913eb3f (patch) | |
| tree | 2bc92d1fa35750818d02374f76a6ae340dc863ce | |
| parent | b6f5ed0197978bfa148a5355860378554a99f3a2 (diff) | |
| download | bin-fd56ce940e6d8b26b3b884f13420db4fb913eb3f.zip bin-fd56ce940e6d8b26b3b884f13420db4fb913eb3f.tar.gz | |
bashrc : set MPD_HOST
| -rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 $*`; } |
