🍎
Macのターミナルが使えなくなった?
コマンドが反応しない?
突然zsh
のlsとかが反応しなくなった?
M3 Mac買ったばかりなのに😭
LLMとやらを使って解決を試みる。。。。
治ったようだ💦
hashimotojunichi@hashimotojunichinoMacBook-Pro ~ % which rbenv
rbenv () {
local command
command="${1:-}"
if [ "$#" -gt 0 ]
then
shift
fi
case "$command" in
(rehash | shell) eval "$(rbenv "sh-$command" "$@")" ;;
(*) command rbenv "$command" "$@" ;;
esac
}
hashimotojunichi@hashimotojunichinoMacBook-Pro ~ %
hashimotojunichi@hashimotojunichinoMacBook-Pro ~ %
hashimotojunichi@hashimotojunichinoMacBook-Pro ~ % ls
AndroidStudioProjects Downloads Pictures
Applications Library Public
Desktop Movies
Documents Music
hashimotojunichi@hashimotojunichinoMacBook-Pro ~ %
hashimotojunichi@hashimotojunichinoMacBook-Pro ~ % ls
AndroidStudioProjects Downloads Pictures
Applications Library Public
Desktop Movies
Documents Music
hashimotojunichi@hashimotojunichinoMacBook-Pro ~ % which ruby
/Users/hashimotojunichi/.rbenv/shims/ruby
hashimotojunichi@hashimotojunichinoMacBook-Pro ~ % ruby -v
ruby 3.2.5 (2024-07-26 revision 31d0f1a2e7) [arm64-darwin23]
hashimotojunichi@hashimotojunichinoMacBook-Pro ~ %
感想
もしターミナルのエラーで詰まったらAIに聞いてみると早く解決できそうです。
Discussion