add python to the readme

This commit is contained in:
JesseBot 2022-12-21 14:24:59 +01:00 committed by GitHub
parent 5f25bd717a
commit f70feef813
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -401,7 +401,7 @@ These directories/files are installed to your home directory and follow the [XDG
</details>
<details>
<summary><code>Powerline</code></summary>
<summary><code>powerline</code></summary>
<blockquote>
@ -435,6 +435,26 @@ These directories/files are installed to your home directory and follow the [XDG
</blockquote>
</details>
<details>
<summary><code>python</code></summary>
<blockquote>
File:
- [`~/.config/python/interactive_startup.py`](.config/python/interactive_startup.py)
This file sets the default history location to `$XDG_STATE_HOME` (`~/.local/state/python/history`)
It requires the following in your bash config:
```bash
export PYTHONSTARTUP=$XDG_CONFIG_HOME/python/interactive_startup.py
```
</blockquote>
</details>
<details>
<summary><code>Ranger</code></summary>