From 2a7a1e8ae03e03deace396b61ed5d08add6c6c23 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Mon, 2 Mar 2020 11:33:03 +0100 Subject: Running in guix --- bash/.bash_profile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bash/.bash_profile') 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" -- cgit v1.2.3