diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-07-07 12:48:10 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-07-07 12:48:10 +0700 |
commit | cd64877d15106e819b56db19fd78f0e85f70222d (patch) | |
tree | 2756a3b98bb23a1a57589dd7c75dd469bb5a94ae /fedora/.bashrc | |
parent | 92fa2f573eadd41b35aa115402d282829f40e824 (diff) | |
download | dotfiles-cd64877d15106e819b56db19fd78f0e85f70222d.tar.gz |
Update 2019-07-07
Diffstat (limited to 'fedora/.bashrc')
-rw-r--r-- | fedora/.bashrc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fedora/.bashrc b/fedora/.bashrc new file mode 100644 index 0000000..6f6bbc4 --- /dev/null +++ b/fedora/.bashrc @@ -0,0 +1,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 -O2 -lm' +alias g++='g++ -O2 -lm' +alias fpc='fpc -O1 -XS -gl' +alias raku='rlwrap perl6' +alias backup='rsync -avh --delete /home/ /data/Home/' |