summaryrefslogtreecommitdiff
path: root/.config/shell/profile
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-04-11 18:25:21 +0200
committeryuzu-eva <cafebabe@disroot.org>2025-04-11 18:25:21 +0200
commit8263451ce5ae7fe4f4aa58c2a040b89fad9ea395 (patch)
tree7d117c64d2cd94c62540df7605419c9ecd4ab647 /.config/shell/profile
parent147d51a35432a03b6222f8f65196e10802fd911c (diff)
removed unused audio stream; added PYTHON_HISTORY envvar
Diffstat (limited to '.config/shell/profile')
-rw-r--r--.config/shell/profile5
1 files changed, 3 insertions, 2 deletions
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