You are not logged in.
I'm having a weird issue. I've chnaged my default shell to zsh. my /etc/passwd output is
root:x:0:0::/root:/bin/bash
.
.
arafat:x:1000:1000:Arafat H Rakib:/home/arafat:/bin/zshwhen i type "su - arafat" zsh is opened
When i open xfce4-terminal/alacritty they open bash but when i open terminator/kitty they open zsh.
i checked ~/.config/alacritty/alacritty.yml and /home/arafat/.config/xfce4/terminal/terminalrc but found nothing ![]()
In xfce4-terminal preference command is not set to run bash. Instead i'm using this to run zsh instead of bash.
I've rebooted multiple times already.
Thanks in advance.
Offline
you found nothing?
# Shell
#
# You can set `shell.program` to the path of your favorite shell, e.g. `/bin/fish`.
# Entries in `shell.args` are passed unmodified as arguments to the shell.
#
# Default:
# - (macOS) /bin/bash --login
# - (Linux/BSD) user login shell
# - (Windows) powershell
shell:
program: /bin/bash <<<<<<<<<<<<<<<<
Offline
I'm not saying that there's nothing stupid in his alacritty.yml, but you can't look at your local user config to determine that and he explicitly stated that
In xfce4-terminal preference command is not set to run bash. Instead i'm using this to run zsh instead of bash.
I'd also strace alacritty to see whether bash is actually the (first) process it spawns and this isn't caused by some conditional zshrc script that results in "exec bash" or so.
Offline