1
0
Fork 0

Adding bashrc for Progress Linux.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-23 09:54:01 +02:00
parent c567dab989
commit 20e24a6755
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
2 changed files with 19 additions and 0 deletions

View file

@ -4,3 +4,4 @@ debian/local/base-files/motd /usr/share/base-files
debian/local/base-files/os-release /usr/share/base-files/progress-linux
debian/local/base-files/progress-linux_version /usr/share/base-files/progress-linux
debian/local/dpkg/progress-linux /usr/share/base-files/progress-linux
debian/local/bash/dot.bashrc /usr/share/base-files

18
debian/local/bash/dot.bashrc vendored Normal file
View file

@ -0,0 +1,18 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi