View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007763 | Kali Linux | General Bug | public | 2022-06-20 19:57 | 2022-06-21 09:58 |
| Reporter | samuel-kuhn | Assigned To | daniruiz | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | no change required | ||
| Product Version | 2022.2 | ||||
| Summary | 0007763: strange console user name after using the source command | ||||
| Description | I used the source command to source a .bash_aliases file. After that I used the command source for the .bashrc file. | ||||
| Steps To Reproduce | $ source .bash_aliases | ||||
| Additional Information | This is how the console looks after using the command: ┌──(root㉿kali)-[/home/samuel] [\e]0;\u@\h: \w\a][\033[;32m]┌──([\033[1;34m]\u㉿\h[\033[;32m])-[[\033[0;1m]\w[\033[;32m]]\n[\033[;32m]└─[\033[1;34m]$[\033[0m] [\e]0;\u@\h: \w\a][\033[;32m]┌──([\033[1;34m]\u㉿\h[\033[;32m])-[[\033[0;1m]\w[\033[;32m]]\n[\033[;32m]└─[\033[1;34m]$[\033[0m] cd ~ [\e]0;\u@\h: \w\a][\033[;32m]┌──([\033[1;34m]\u㉿\h[\033[;32m])-[[\033[0;1m]\w[\033[;32m]]\n[\033[;32m]└─[\033[1;34m]$[\033[0m] | ||||
|
You are using zsh not bash so you can't source the file .bashrc. ZSH uses .zshrc instead |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2022-06-20 19:57 | samuel-kuhn | New Issue | |
| 2022-06-21 09:58 | daniruiz | Note Added: 0016309 | |
| 2022-06-21 09:58 | daniruiz | Assigned To | => daniruiz |
| 2022-06-21 09:58 | daniruiz | Status | new => closed |
| 2022-06-21 09:58 | daniruiz | Resolution | open => no change required |