Changed suggestion to add alias to .bashrc to .profile as this is what's used by default in kali to set initial temrinal conditions

This commit is contained in:
Samuel Dowling 2020-04-25 22:34:55 +09:30
parent 8f065142a9
commit 586105e128
1 changed files with 1 additions and 1 deletions

View File

@ -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\""