From 6d6da68ecee9e2b66c9df7a324f165858990ee00 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Tue, 10 Oct 2017 12:37:14 +0100 Subject: add reference to .bash_profile in Nix installation --- INSTALL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index dccad2c..d268dc1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -75,10 +75,10 @@ To install the Nix components of *TWEED*, first install Nix. Follow the installation procedure shown on the [Nix website](http://nixos.org/nix/download.html). -By default, Nix modifies the users .bashrc file to automatically set up the Nix -environment for new invocations of the shell. Should the user prefer, these -lines can be commented out and a shell function defined to set up the -environment: +By default, Nix modifies the users .bash_profile file to automatically set up +the Nix environment for new invocations of the shell. Should the user prefer, +these lines can be commented out and a shell function defined in the .bashrc +file instead: startNix () { # set Nix environment variables -- cgit