about summary refs log tree commit diff
path: root/fedora/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/.bash_profile')
-rw-r--r--fedora/.bash_profile11
1 files changed, 0 insertions, 11 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