rootfiles/.bashrc

10 lines
176 B
Bash
Raw Normal View History

2023-09-22 21:39:32 +02:00
# .bashrc
# User specific aliases and functions
export PATH="/sbin:/usr/sbin:/usr/local/sbin:$PATH"
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi