14 lines
258 B
Bash
14 lines
258 B
Bash
|
|
# .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
|