-
macOS❤️Warp에서 zsh적용 문제시맥Mac관련_Apple/macOS맥_맥북_개발환경세팅 2023. 2. 16. 10:37728x90
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-issuesKnown 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
반응형'맥Mac관련_Apple > macOS맥_맥북_개발환경세팅' 카테고리의 다른 글
Mac에서 특정 포트를 물고있는 프로세스 죽이기 or sudo kill "프로세스 번호" (0) 2023.05.01 grep 으로 내가 원하는 글씨 위아래 10줄씩 라인 출력하는 법 (0) 2023.03.17 macOS 앱을 언인스톨 가능하게 만들기 (0) 2023.02.27 macOS curl setting (0) 2023.02.22 linuxOS💕z,zsh-autocomplte,ohmyzsh하는 방법 (0) 2023.02.08 macOS❤️Apple에서 악성 소프트웨어가 있는지 확인할 수 없기 때문에 열 수 없습니다. 해결책 (0) 2023.02.06 출시 임박한 iOS 16.2… 업데이트 내용 미리 보기 (0) 2022.12.21 WindowsOS_윈도우_개발자세팅_파워셀_Vim_Rust_VSCode_VS_WindowsSetting (0) 2022.12.17