diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-04-11 18:25:21 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-04-11 18:25:21 +0200 |
| commit | 8263451ce5ae7fe4f4aa58c2a040b89fad9ea395 (patch) | |
| tree | 7d117c64d2cd94c62540df7605419c9ecd4ab647 | |
| parent | 147d51a35432a03b6222f8f65196e10802fd911c (diff) | |
removed unused audio stream; added PYTHON_HISTORY envvar
| -rwxr-xr-x | .config/mpd/mpd.conf | 20 | ||||
| -rw-r--r-- | .config/shell/profile | 5 |
2 files changed, 13 insertions, 12 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 234d6ce..839913c 100755 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -20,17 +20,17 @@ audio_output { } # http streaming -audio_output { - type "httpd" - name "HTTP Stream" - encoder "vorbis" # optional, vorbis or lame - port "8000" - quality "8.0" # do not define if bitrate is defined +#audio_output { +# type "httpd" +# name "HTTP Stream" +# encoder "vorbis" # optional, vorbis or lame +# port "8000" +# quality "8.0" # do not define if bitrate is defined # bitrate "256" # do not define if quality is defined - format "44100:16:1" - always_on "yes" - tags "yes" -} +# format "44100:16:1" +# always_on "yes" +# tags "yes" +#} # visualizer output audio_output { diff --git a/.config/shell/profile b/.config/shell/profile index 97ac3f0..e6b31cc 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -26,14 +26,15 @@ export LC_ALL=en_US.utf8 export UV_CACHE_DIR="$HOME/.local/share/uv/cache" export SQLITE_HISTORY="$HOME/.cache/.sqlite_history" +export PYTHON_HISTORY="$HOME/.cache/.python_history" export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib:/usr/local/lib64" export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/lib64/pkgconfig" -export INFOPATH="$INFOPATH:/usr/local/share/info" +export INFOPATH="$INFOPATH:/usr/local/share/info:$HOME/.local/share/info" export MANPATH="$MANPATH:/usr/local/man" export GOPATH="$HOME/.local/share/go" export PATH="$PATH:$HOME/.local/bin:$HOME/.local/src/fzf/bin:$HOME/.npm/bin:/sbin:/usr/sbin:$GOPATH/bin" [ -f $HOME/.bashrc ] && . $HOME/.bashrc -[ -f /etc/motd.tcl ] && /etc/motd.tcl +[ -f /etc/motd ] && /etc/motd |
