「該当するファイルやディレクトリがありません」相対シンボリックリンクとzshシェル

「該当するファイルやディレクトリがありません」相対シンボリックリンクとzshシェル

一日中tmuxで新しいウィンドウを開きましたが、わずか数分前に別のウィンドウを作成すると、次のエラーが発生しました。/etc/zsh/zshrc:109: no such file or directory: /etc/os-release

関連部分を見るとzshrc次のようになります。

106 # If you don't want compinit called here, place the line   
107 # skip_global_compinit=1                                   
108 # in your $ZDOTDIR/.zshenv                                 
109 if (( ${${(@f)"$(</etc/os-release)"}[(I)ID*=*ubuntu]} )) &&
110    [[ -z "$skip_global_compinit" ]]; then
111   autoload -U compinit                                     
112   compinit                                                 
113 fi                                                                                                       

エラーの原因を追跡する文書:

[2024-04-26 15:18:19]» cat /etc/os-release
[bat error]: '/etc/os-release': No such file or directory (os error 2)
[

ベストアンサー1

おすすめ記事