1
新しいシェルを実行すると、「コマンドが見つかりません」というメッセージが表示されます(エイリアスなども認識されません)。.bash_profileの何が問題になっていますか?
Terminal.app 私の設定は次のとおりです。 !/Users/Parker/Desktop/0.png!/Users/Parker/Desktop/0.5.png!/Users/Parker/Desktop/1.png!/Users/Parker/Desktop/2.png ここに私の内容があります.bash_profile: alias unhide='chflags nohidden' alias hide='chflags hidden' alias lock='chflags uchg' alias unlock='chflags nouchg' alias la='ls -A' alias phone='sshpass -p thisismypassword ssh root@myiphone.local' alias vlc='/Applications/VLC\ 2.2.0.app/Contents/MacOS/VLC' PATH=/usr/local/bin\:/usr/bin\:/bin\:/usr/local/sbin\:/usr/sbin\:/sbin if [ -f $(brew --prefix)/etc/bash_completion ]; then . $(brew --prefix)/etc/bash_completion fi alias up='cd ..' alias install='sudo apt-get-install' alias update='sudo apt-get-update' alias …