about summary refs log tree commit diff
path: root/fedora/.bashrc
blob: bf6ad6c37b0f20da510ee01230f20b075c765d72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# .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 gcc='gcc -Wall -Werror -O2 -lm'
alias g++='g++ -Wall -Werror -O2 -lm'
alias fpc='fpc -O1 -XS -gl'
alias raku='rlwrap perl6'
alias backup='rsync -avh --delete /home/ /data/Home/'