diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-05-27 22:28:01 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-05-27 22:28:01 +0700 |
commit | 2f5a29f4dfebc144e3d82283b2b0af64b5c8b218 (patch) | |
tree | c309959c3169f93ed43db64a4ff3eff8faf536fe /fedora | |
parent | 71833609827d0663f76746127798e3fec195c34d (diff) | |
download | dotfiles-2f5a29f4dfebc144e3d82283b2b0af64b5c8b218.tar.gz |
Update 2019-05-27
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/.bash_profile | 11 | ||||
-rw-r--r-- | fedora/.bashrc | 13 |
2 files changed, 0 insertions, 24 deletions
diff --git a/fedora/.bash_profile b/fedora/.bash_profile deleted file mode 100644 index 6e8c62c..0000000 --- a/fedora/.bash_profile +++ /dev/null @@ -1,11 +0,0 @@ -# .bash_profile - -# Get the aliases and functions -if [ -f ~/.bashrc ]; then - . ~/.bashrc -fi - -# User specific environment and startup programs -PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/.local/share/go/bin:$HOME/.cargo/bin -export PATH -export GOPATH=$HOME/.local/share/go diff --git a/fedora/.bashrc b/fedora/.bashrc deleted file mode 100644 index 271b8f7..0000000 --- a/fedora/.bashrc +++ /dev/null @@ -1,13 +0,0 @@ -# .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 |