I recently installed Manjaro GNOME (GNOME Shell 47.4) with Kernel 6.12.17-1-MANJARO, and I noticed that my terminal is not working as expected.
1. Terminal Not Saving Command History
The terminal no longer saves the commands I type, which means when I try to use up/down arrows to navigate previous commands, it doesn’t work. This behavior is quite frustrating because I can no longer reuse previous commands without retyping them.
- What I expect: I should be able to scroll through previous commands, like usual.
- What happens: No commands are saved, and the history doesn’t seem to be functioning.
2. Terminal No Longer Shows the Current Directory
Before, my terminal prompt would display the current directory (e.g., /home/user/app/
), both in the prompt and the sidebar, but now it’s no longer showing the current folder. It only shows:
bash
CopiarEditar
[user@user-systemproductname ]$
- What I expect: The terminal should show the full path of the directory, like it used to, in the prompt.
- What happens: The terminal no longer displays the directory I’m in (e.g.,
/home/user/app/
).
3. Git Branch Is No Longer Displayed in the Prompt
In my previous setup, when I was in a Git repository, the terminal used to display the current Git branch in the prompt (e.g., (master)
or (main)
). However, that feature no longer works, and I can’t see my current Git branch in the prompt.
- What I expect: The Git branch should show in the terminal prompt when inside a Git repository.
- What happens: No Git branch is shown, even when I’m in a Git directory.
4. Minimal Information Displayed in the Terminal
Currently, the terminal is only showing:
bash
CopiarEditar
[user@user-systemproductname ]$
This is the only information that’s displayed now, whereas previously it would show the current directory, Git branch, and other useful information.
- What I expect: The prompt should display useful information, such as the current directory and Git branch.
- What happens: The terminal only shows the username and hostname, without any additional details like the current folder or Git status.
What I’ve Tried:
- I’ve tried resetting the terminal configuration, but the issue persists.
- I’ve checked the
.bashrc
file and environment variables, but I’m still encountering the same problems. - I also tried reinstalling the Bash shell, but that didn’t resolve the issue either.
it is like this -
moderator edit - removed screenshots of text
it was like this before ( other manjaro version )-
moderator edit - removed screenshots of text