mirror of
https://github.com/tildeclub/tilde.etcskel.git
synced 2026-06-15 17:20:18 +00:00
9 lines
124 B
Bash
9 lines
124 B
Bash
# .bashrc
|
|
|
|
# Source global definitions
|
|
if [ -f /etc/bashrc ]; then
|
|
. /etc/bashrc
|
|
fi
|
|
|
|
# User specific aliases and functions
|