Add user .bashrc and .bash_profile files and slightly modified the system bashrc

This commit is contained in:
2025-04-23 07:38:38 +03:00
parent 53c945b657
commit f562d2d86b
6 changed files with 29 additions and 12 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
name: bash
description: The Bourne-Again Shell
version: 5.2.37
revision: 2
revision: 3
url: https://www.gnu.org/software/bash/
license: GPL3-or-later
architecture: any
keep: ["etc/bashrc","etc/profile"]
keep: ["etc/bashrc","etc/profile","etc/skel/.bash_profile","etc/skel/.bashrc"]
depends: ["glibc","readline","readline"]
optional_depends: ["bash-completion"]
provides: ["sh"]