diff options
author | Anthony Wang | 2024-12-22 15:19:09 -0600 |
---|---|---|
committer | Anthony Wang | 2024-12-22 15:19:09 -0600 |
commit | 6dfb05dc2e57a1a66edad173c4f4b0e54fac44e0 (patch) | |
tree | a2f9f503b53e9d46c0b522a3d7ea5ae9b25f3db2 /fish | |
parent | d180073e1aa9d3d91f4bc2f618d8ceb13f55c052 (diff) |
Move ~/.local/share/python/history to ~/.local/share/python_history since Python 3.13 won't autocreate the dir if it doesn't existHEADmaster
Diffstat (limited to 'fish')
-rw-r--r-- | fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/config.fish b/fish/config.fish index 4a6f509..6a2fa70 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -15,7 +15,7 @@ abbr -a -- t 'gio trash' set -gx EDITOR micro -set -gx PYTHON_HISTORY ~/.local/share/python/history +set -gx PYTHON_HISTORY ~/.local/share/python_history # https://github.com/fish-shell/fish-shell/issues/4770 # https://github.com/fish-shell/fish-shell/commit/2e9de57fd78f1c9ee0e71e141b75bb2b24abfc2d |