Files
bash/examples/startup-files/README
T

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.