From f4c18bd18b6224d5a1fda3bc0f46ab0d8fb30eaf Mon Sep 17 00:00:00 2001 From: Ekaitz Zárraga Date: Mon, 28 Jan 2019 18:36:21 +0100 Subject: remove horrible shit --- bash/.bash_profile | 2 -- 1 file changed, 2 deletions(-) (limited to 'bash/.bash_profile') diff --git a/bash/.bash_profile b/bash/.bash_profile index 96e00e0..b1ac7e5 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -15,13 +15,11 @@ fi export TERM=xterm-256color # NeoVim configuration -################################################################ # Create .config if it doesn't exist and set XDG vars mkdir -p $HOME/.config export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:=$HOME/.config} export XDG_DATA_HOME=${XDG_DATA_HOME:=$HOME/.config} -export PATH="$HOME/.cargo/bin:$PATH" # Pandoc bash completion eval "$(pandoc --bash-completion)" -- cgit v1.2.3