rootfiles/.bashrc
2023-09-22 21:39:32 +02:00

10 lines
176 B
Bash

# .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