diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-05 21:22:16 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-07-18 16:44:00 +0200 |
commit | 73511892b43fb58aa81914a3a580288f846977af (patch) | |
tree | d18dcafa6157979686db945186e00862e0a348e0 /.config/zsh | |
parent | 9b20486a2956e2c21ed8b9509b6619cdde79135a (diff) |
xdg: python_history
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/.zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 9ec11f6..a6f0db5 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -19,6 +19,7 @@ export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswi export SSB_HOME="$XDG_DATA_HOME"/zoom export WGETRC="$XDG_CONFIG_HOME/wgetrc" export WINEPREFIX="$XDG_DATA_HOME"/wineprefixes/default +export PYTHONSTARTUP="${XDG_CONFIG_HOME}/python/pythonrc" export CM_LAUNCHER=rofi export CM_SELECTIONS=clipboard export CM_DIR=/tmp |