From 586105e12877d58c045aaaf11ce5decf7e064809 Mon Sep 17 00:00:00 2001 From: Samuel Dowling Date: Sat, 25 Apr 2020 22:34:55 +0930 Subject: [PATCH] Changed suggestion to add alias to .bashrc to .profile as this is what's used by default in kali to set initial temrinal conditions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e512da9..0499d22 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ $ sudo env "PATH=$PATH" autorecon [OPTIONS] $ sudo $(which autorecon) [OPTIONS] ``` -To make this easier, you could add the following alias to your `.bashrc` (or equivalent): +To make this easier, you could add the following alias to your `~/.profile` (or equivalent): ``` alias sudo="sudo env \"PATH=$PATH\""