bashrc: tweak file header

This commit is contained in:
Protesilaos Stavrou 2022-09-17 06:50:06 +03:00
parent c49e95f227
commit b1dcc3264a
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -1,12 +1,10 @@
#
# ~/.bashrc
#
# ~/.bashrc --- Aliases, functions, and variables for Bash
### Description
#
# BASH configuration file. Any modules such as the `dircolors` config
# are stored in ~/.local/share/my_bash/. This setup is part of my
# dotfiles. See https://git.sr.ht/~protesilaos/dotfiles.
# My Bash configuration file. Any modules such as the `dircolors`
# config are stored in ~/.local/share/my_bash/. This setup is part of
# my dotfiles. See https://git.sr.ht/~protesilaos/dotfiles.
#
# Note that ALL MY SCRIPTS are designed to work with `#!/bin/bash`.
# They are not tested for portability.