diff options
| author | Alen <alen@dotfiles.xyz> | 2025-12-19 20:01:20 +0400 |
|---|---|---|
| committer | Alen <alen@dotfiles.xyz> | 2025-12-19 20:01:20 +0400 |
| commit | 70c20b4888e0b89f47ef39e578a32462a8ec300f (patch) | |
| tree | ac7d18692db5ce5c1c7ee4b7b652dbe186657828 | |
| parent | 0b9e2690ddb2f0bddae02da44c1c43712a2c1231 (diff) | |
Add Python devtools config
| -rw-r--r-- | dot_zshenv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dot_zshenv b/dot_zshenv index ad5db84..e171fb7 100644 --- a/dot_zshenv +++ b/dot_zshenv @@ -94,3 +94,6 @@ fi if [[ -d "${HOME}/.cargo/bin" ]]; then export PATH="${PATH}:${HOME}/.cargo/bin" fi + +# Python devtools config +export PY_DEVTOOLS_HIGHLIGHT=1 |
