| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Since I'm working toward using the same EXWM-based desktop environment on
all my systems, I migth as well syncronize the '.xinitrc' between them.
|
|
|
|
|
| |
The SSH label should jump out at you. This change makes it cyan instead of
grey, to match the color of the username component.
|
|
|
|
|
| |
Made the 'PS1' prompt a bit shorter and easier to read. It now more
closely reflects what the prompt actually looks like.
|
|
|
|
|
| |
This configuration for 'nano' makes it more convenient to use for writing
commit messages, which is just about the only thing I use it for anymore.
|
|
|
|
|
| |
I currently use 'exa' as a replacement for 'ls'. This alias makes it more
convenient to use by adding all my usual options and flags to it.
|
|
|
|
|
|
|
| |
The default behavior of 'wget' is kind of inconvenient.
This alias prevents 'wget' from failing as often, and makes it more
convenient when it does fail by allowing to pick back up where the
download left off.
|
|
|
|
| |
Add $PS2 prompt, which is displayed when a command needs more input.
|
|
|
|
|
|
|
|
|
|
|
| |
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] >`
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
This simply starts the convention of putting things in folders that make
sense instead of dumping everything into the same base folder.
|
|
|
|
|
| |
This creates the file '.bashrc', and adds the standard "test for an
interactive shell".
|
|
|