From cd64877d15106e819b56db19fd78f0e85f70222d Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sun, 7 Jul 2019 12:48:10 +0700 Subject: Update 2019-07-07 --- fedora/.bash_profile | 10 ++++++++++ fedora/.bashrc | 17 +++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 fedora/.bash_profile create mode 100644 fedora/.bashrc (limited to 'fedora') diff --git a/fedora/.bash_profile b/fedora/.bash_profile new file mode 100644 index 0000000..eadc104 --- /dev/null +++ b/fedora/.bash_profile @@ -0,0 +1,10 @@ +# .bash_profile + +# Get the aliases and functions +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi + +# User specific environment and startup programs +export GOPATH=$HOME/.local/share/go +export PATH=$PATH:$HOME/.local/bin:$GOPATH/bin:$HOME/.cargo/bin 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/' -- cgit 1.4.1