fix nvim-tmux navigation inside distrobox

This commit is contained in:
Alexander Navarro 2024-11-13 13:06:15 -03:00
parent 42e6595b60
commit 6df1940eb8
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
6 changed files with 64 additions and 150 deletions

View file

@ -16,8 +16,8 @@ export NPM_PACKAGES="$HOME/.npm-packages"
export NODE_PATH="$NPM_PACKAGES/lib/node_modules${NODE_PATH:+:$NODE_PATH}"
export PNPM_HOME="$HOME/.local/share/pnpm"
export ESLINT_USE_FLAT_CONFIG=true
. "$HOME/.cargo/env"
source "$HOME/.rye/env"
# . "$HOME/.cargo/env"
# source "$HOME/.rye/env"
# Unset manpath so we can inherit from /etc/manpath via the `manpath`
# command