From 6d52828759a854feb5a194d4a716ae17579a0768 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 4 Mar 2020 18:31:15 +0100 Subject: [PATCH] Sync bash with ansible branch --- dotfiles/.config/bash/profile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/dotfiles/.config/bash/profile b/dotfiles/.config/bash/profile index 5f5b6fb..a7c9b81 100644 --- a/dotfiles/.config/bash/profile +++ b/dotfiles/.config/bash/profile @@ -25,13 +25,6 @@ export PAGER=less export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/startup.py" export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC' -# Ensure cache directories exist so programs can write history. -while read -r dir; do [ -d "$dir" ] || mkdir -p -- "$dir"; done <