Skip to content

Commit e7cb6cb

Browse files
committed
Remove legacy support for python history location
1 parent b58cc05 commit e7cb6cb

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

config/common/.config/fish/conf.d/00_xdg.fish

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,8 @@ end
7272
# readline
7373
set -x INPUTRC "$XDG_CONFIG_HOME/readline/inputrc"
7474

75-
# python (3.13+ supports PYTHON_HISTORY, older ones still need PYTHONSTARTUP)
75+
# python
7676
set -x PYTHON_HISTORY "$XDG_STATE_HOME/python/history"
77-
set -x PYTHONSTARTUP "$XDG_CONFIG_HOME/python/startup"
7877

7978
# sqlite
8079
set -x SQLITE_HISTORY "$XDG_STATE_HOME/sqlite3/history"

config/common/.config/python/startup

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)