맥Mac관련_Apple/macOS맥_맥북_개발환경세팅

macOS❤️Warp에서 zsh적용 문제시

내인생PLUS 2023. 2. 16. 10:37
728x90


Debugging
If Warp is not working with your dotfile configuration,
You can quickly set up clean configs by putting ZDOTDIR=/ in a ~/.zshenv file. This forces zsh to run with zero configs.
Zsh loads your configuration settings in this order:

$ZDOTDIR/.zshenv
$ZDOTDIR/.zprofile
$ZDOTDIR/.zshrc
$ZDOTDIR/.zlogin
$ZDOTDIR/.zlogout



If Warp starts working correctly then Warp is incompatible with something in the current dotfiles. We can isolate what is incompatible by iteratively disabling sections of our dotfiles with the WarpTerminal flag until we find the culprit. If you find an incompatible tool please email us at feedback@warp.dev

# Bash and Zsh
if [[ $TERM_PROGRAM != "WarpTerminal" ]]; then
##### WHAT YOU WANT TO DISABLE FOR WARP - BELOW

    # POWERLEVEL10K

##### WHAT YOU WANT TO DISABLE FOR WARP - ABOVE
fi
# Fish
if test "$TERM_PROGRAM" != "WarpTerminal"
    # Existing bootstrap script here
end




https://docs.warp.dev/help/known-issues

Known Issues - Warp Documentation

Go to the macOS Applications folder, right-click on Warp, choose Open, then the '"Warp" is damaged' dialog will have the option to click the Open button.

docs.warp.dev















반응형