summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rwxr-xr-x.bash_profile11
1 files changed, 0 insertions, 11 deletions
diff --git a/.bash_profile b/.bash_profile
deleted file mode 100755
index eb09edc..0000000
--- a/.bash_profile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Honor per-interactive-shell startup file
-if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
-
-export PATH="$PATH:~/.local/share/flatpak/exports/bin/"
-export PATH="$PATH:~/.local/bin"
-export PATH="$PATH:~/go/bin"
-export QT_QPA_PLATFORMTHEME="qt5ct"
-GUIX_PROFILE="$HOME/.guix-profile"
-. "$GUIX_PROFILE/etc/profile"
-export EDITOR="emacsclient"
-export GOBIN="/home/apollo/go/bin"