[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Using ~/.bash_profile
From: |
goncholden |
Subject: |
Using ~/.bash_profile |
Date: |
Wed, 27 Apr 2022 20:33:13 +0000 |
It is said that ~/.bash_profile is used for setting the prompt appearance. I
just made a ~/.bash_profile file that appends a directory to PATH. The problem
is that `echo $PATH` does not show the additional path, There is also a
~/.profile file. Previously I was using my .bashrc to set environmental
variables and variables for prompt appearance (PS1, PS0).
- Using ~/.bash_profile,
goncholden <=