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:
parent
8f065142a9
commit
586105e128
|
@ -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\""
|
||||
|
|
Loading…
Reference in New Issue