Open areskts opened 1 year ago
Can you share your full zshrc file?
This issue has been automatically closed because there has been no activity for 14 days.
Can you share your full zshrc file?
Yes, I have time, I will send you a zshrc file
This issue has been automatically closed because there has been no activity for 14 days.
Can you share your full zshrc file?
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(git)
source $ZSH/oh-my-zsh.sh
alias
.#
[ -f /opt/homebrew/etc/profile.d/autojump.sh ] && . /opt/homebrew/etc/profile.d/autojump.sh
[[ -f "$HOME/.fig/shell/zshrc.post.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.post.zsh"
Checks
fig doctor
in the affected terminal sessionfig restart
and replicated the issue againOperating system
macOS 14.0.0 (23A344)
Expected behaviour
M1 Mac Studio install fig. Reminder after starting the terminal (anon):16: command not found: python
Actual behaviour
success
Steps to reproduce
Reminder after starting the terminal
Environment