From 2f5a29f4dfebc144e3d82283b2b0af64b5c8b218 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 27 May 2019 22:28:01 +0700 Subject: Update 2019-05-27 --- fedora/.bash_profile | 11 ----------- fedora/.bashrc | 13 ------------- 2 files changed, 24 deletions(-) delete mode 100644 fedora/.bash_profile delete mode 100644 fedora/.bashrc (limited to 'fedora') 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 -- cgit 1.4.1