From ee3a22eef7073523f2f90a1695d25c3ff3883a0c Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Wed, 13 May 2020 18:04:15 +0200 Subject: [PATCH] [direnv] Remove trailing whitespaces --- direnv/envrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/direnv/envrc b/direnv/envrc index 86aaa5e..73214dd 100644 --- a/direnv/envrc +++ b/direnv/envrc @@ -1,11 +1,11 @@ # -*- mode: sh; -*- # (rootdir)/.envrc : local direnv configuration file -# Assumes the presence of '~/.config/direnv/direnvrc' from +# Assumes the presence of '~/.config/direnv/direnvrc' from # https://github.com/Falkor/dotfiles/blob/master/direnv/direnvrc # # Grab the latest version of this file from # https://github.com/Falkor/dotfiles/blob/master/direnv/envrc -# +# # Quick installation of this file for your project: # cd /path/to/projectdir # curl -o .envrc https://raw.githubusercontent.com/Falkor/dotfiles/master/direnv/envrc @@ -18,4 +18,4 @@ use python ${pyversion} # Create the virtualenv if not yet done layout virtualenv ${pyversion} ${pvenv} # activate it -layout activate ${pvenv} +layout activate ${pvenv}