Adding bashrc for Progress Linux.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
c567dab989
commit
20e24a6755
2 changed files with 19 additions and 0 deletions
1
debian/base-files.install
vendored
1
debian/base-files.install
vendored
|
@ -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
18
debian/local/bash/dot.bashrc
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue