Sleds/buildvm/setup/.bashrc

14 lines
258 B
Bash
Raw Normal View History

2025-03-13 21:28:38 +00:00
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
. ~/.sequencelogic.bashrc
# User specific aliases and functions