mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-29 06:33:07 +02:00
19 lines
691 B
Plaintext
19 lines
691 B
Plaintext
Some sample startup files. The ones starting with capital letters
|
|
are originally from Brian Fox. The ones starting with lowercase
|
|
letters are from Chet Ramey.
|
|
|
|
They will require changes for your environment.
|
|
|
|
Bash_aliases Some useful aliases (Fox).
|
|
Bash_profile Sample startup file for bash login shells (Fox).
|
|
bash-profile Sample startup file for bash login shells (Ramey).
|
|
bashrc Sample Bourne Again SHell init file (Ramey).
|
|
Bashrc.bfox Sample Bourne Again SHell init file (Fox).
|
|
README README
|
|
|
|
These files are quite old.
|
|
|
|
fix-output contains a pair of functions and an example assignment to
|
|
PROMPT_COMMAND that will force a newline if a command does not leave the
|
|
cursor at column 0.
|