mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
bashrc: tweak file header
This commit is contained in:
parent
c49e95f227
commit
b1dcc3264a
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue