mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
feat: Set TERM at bottom of .zshrc when in a devpod environment so that tmux works inside dev container.
This commit is contained in:
4
env/.config/zsh/.zshrc
vendored
4
env/.config/zsh/.zshrc
vendored
@@ -239,3 +239,7 @@ use-gpg-agent-for-ssh
|
||||
|
||||
command -v direnv >/dev/null 2>&1 && eval "$(direnv hook zsh)"
|
||||
command -v zoxide >/dev/null 2>&1 && eval "$(zoxide init --cmd cd zsh)"
|
||||
|
||||
if [[ -n "$DEVPOD_WORKSPACE_ID" ]]; then
|
||||
export TERM=xterm-256color
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user