1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[direnv] Remove trailing whitespaces

This commit is contained in:
Hyacinthe Cartiaux 2020-05-13 18:04:15 +02:00
parent 9549358bc7
commit ee3a22eef7

View file

@ -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}