mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add python to the readme
This commit is contained in:
parent
5f25bd717a
commit
f70feef813
1 changed files with 21 additions and 1 deletions
22
README.md
22
README.md
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue