]> git.ekhem.eu.org Git - guix.git/commit
[bash] Define dotfiles.
authorJakub Czajka <jakub@ekhem.eu.org>
Sun, 29 May 2022 20:23:22 +0000 (22:23 +0200)
committerJakub Czajka <jczajka@google.com>
Sun, 24 Dec 2023 18:53:07 +0000 (19:53 +0100)
commite427eef37a644562ff20391647ddb90e292e209a
tree9715cf610f6904320db4166412ef6e5535b868bd
parent256fb76ed6b9bdf79f265cd3073bae85175c7111
[bash] Define dotfiles.

Shells are command line interpreter for UNIX systems. These shells can
operate in one of three modes: interactive, non-interactive or
login. Login mode starts with a login prompt. After that it works
similarly to either interactive or non-interactive mode.

~/.bash_profile is the dotfile for bash in the login mode. It sources
program-specific *.sh profiles in {XDG_CONFIG_HOME}/profile.d. This
mimics behaviour of /etc/profile, the global shell dotfile.

~/,bashrc is the dotfile for bash in the interactive mode.
README
bash/.bash_profile [new file with mode: 0644]
bash/.bashrc [new file with mode: 0644]