diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-18 11:28:50 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-18 11:28:50 +0700 |
commit | 82b783b648ae615f7f3f3eb45b41c7dabadf9511 (patch) | |
tree | 596559bd37b7e352cbd42228f02f444b4d5a0924 /fedora | |
parent | 0460b6676c99d076bd716ce1046ca3e08c166aed (diff) | |
download | dotfiles-82b783b648ae615f7f3f3eb45b41c7dabadf9511.tar.gz |
Update 2018-10-18
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/.bashrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fedora/.bashrc b/fedora/.bashrc new file mode 100644 index 0000000..24479e4 --- /dev/null +++ b/fedora/.bashrc @@ -0,0 +1,12 @@ +# .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' |