blob: 271b8f77df7d9a59079684211d1a31c1117ff913 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# .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=
# User specific aliases and functions
alias stow='stow -t /home/436e58'
alias raku=perl6
|