aboutsummaryrefslogtreecommitdiff
path: root/home/.bashrc
Commit message (Collapse)AuthorAgeFilesLines
* Create custom $PS1 prompt in 'home/.bashrc'Mountain Man2023-03-311-1/+82
| | | | | | | | | | | This change adds a custom PS1 prompt. The prompt is constructed step-by-step through concatenation, and contains conditional formatting based on which user is logged in and whether or not it is running in an SSH session. The PS1 prompt should look something like: - `[TTY#] [DATE TIME] [USER@HOST] [DIR] >` - `[1] [2023-03-31 01:07:42] [username@hostname] [~/dotfiles/home] >`
* Use same '.bashrc' file for all usersMountain Man2023-03-281-0/+7
It is more convenient and maintainable to use the same '.bashrc' for all users. This will allow, for instance, the PS1 prompt to be conditionally tailored for certain kinds of users.