We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58cc05 commit e7cb6cbCopy full SHA for e7cb6cb
config/common/.config/fish/conf.d/00_xdg.fish
@@ -72,9 +72,8 @@ end
72
# readline
73
set -x INPUTRC "$XDG_CONFIG_HOME/readline/inputrc"
74
75
-# python (3.13+ supports PYTHON_HISTORY, older ones still need PYTHONSTARTUP)
+# python
76
set -x PYTHON_HISTORY "$XDG_STATE_HOME/python/history"
77
-set -x PYTHONSTARTUP "$XDG_CONFIG_HOME/python/startup"
78
79
# sqlite
80
set -x SQLITE_HISTORY "$XDG_STATE_HOME/sqlite3/history"
config/common/.config/python/startup
0 commit comments