When I run urxvt -cd "/absolute/path"
to start a terminal in a directory, it doesn't load my user zsh settings, it only loads the global ones in /etc
.
Here's some context: Running latest stable versions of rxvt-unicode and zsh (on Arch Linux). I've got ZDOTDIR=~/.zsh
in case that makes a difference (but I doubt it, since I tried symlinking ~/.zshrc
to ~/.zsh/.zshrc
.) If I just run urxvt
then it works fine, but it's with the -cd
flag that it messes up.
The reason I'm trying to do this is to start a terminal in the current location from Thunar AND have it read my user zsh configuration file. So if you know another way of doing this then that will work too.