私の.zshrcでは、いくつかのエイリアスを作成しようとしました。多くの場所を調べましたが、うまく機能する方法を見つけることができませんでした。以下のコードを使用しました: # Set personal aliases, overriding those provided by oh-my-zsh libs, # plugins, and themes. Aliases can be placed here, though oh-my-zsh # users are encouraged to define aliases within the ZSH_CUSTOM folder. # For a full list of active aliases, run alias. # # Example aliases alias zshconfig="mate ~/.zshrc" …