Files
2026-02-15 11:50:05 +01:00

9 lines
131 B
Bash

# .bashrc
# User specific aliases and functions
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi