mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-12-21 13:21:52 +01:00
update pipx default python & remove tldr compact
This commit is contained in:
parent
72e767b625
commit
50a8b69b2a
2 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,7 @@ set -g fish_greeting "Yo ✌ Bien ?"
|
|||
# Install python with pyenv with tcl/tk support
|
||||
# https://stackoverflow.com/a/60469203/2758732
|
||||
set -gx PYTHON_CONFIGURE_OPTS "--with-tcltk-includes='-I/usr/local/opt/tcl-tk/include' --with-tcltk-libs='-L/usr/local/opt/tcl-tk/lib -ltcl8.6 -ltk8.6'"
|
||||
set -gx PIPX_DEFAULT_PYTHON "/Users/gaugendre/.local/share/rtx/installs/python/3.11.1/bin/python3"
|
||||
set -gx PIPX_DEFAULT_PYTHON "/Users/gaugendre/.local/share/rtx/installs/python/3.11.6/bin/python3"
|
||||
set -gx PIP_REQUIRE_VIRTUALENV true
|
||||
|
||||
test -e {$HOME}/.iterm2_shell_integration.fish ; and source {$HOME}/.iterm2_shell_integration.fish
|
||||
|
|
|
@ -28,7 +28,6 @@ bold = false
|
|||
italic = false
|
||||
|
||||
[display]
|
||||
compact = true
|
||||
use_pager = false
|
||||
|
||||
[updates]
|
||||
|
|
Loading…
Reference in a new issue