summaryrefslogtreecommitdiff
path: root/bash/.bash_profile
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2020-03-02 11:33:03 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2020-03-02 11:33:03 +0100
commit2a7a1e8ae03e03deace396b61ed5d08add6c6c23 (patch)
treeb84259d2c9e4c4c09faa468f56c7b6a05ece6411 /bash/.bash_profile
parent6d809bc2f414684856e8521a5f9856b9ea39fabe (diff)
Running in guix
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r--bash/.bash_profile5
1 files changed, 0 insertions, 5 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index fe92a75..7d5f3c9 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -1,8 +1,3 @@
-# Create .config if it doesn't exist and set XDG vars if they are unset
-mkdir -p $HOME/.config
-export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:=$HOME/.config}
-export XDG_DATA_HOME=${XDG_DATA_HOME:=$HOME/.config}
-
# Load bashrc to mantain only one file
if [ -f "$HOME/.bashrc" ]; then
source "$HOME/.bashrc"