Contents
.bashrc が読み込まれていないので、.bash_profile を作成し、読み込むようにした。
if [ -f ~/.bashrc ]; then source ~/.bashrc fi
Contents
.bashrc が読み込まれていないので、.bash_profile を作成し、読み込むようにした。
if [ -f ~/.bashrc ]; then source ~/.bashrc fi
MoinQ: VPS/ConoHa/2024/.bash_profile (last edited 2024-03-20 00:56:33 by ToshinoriMaeno)