00:43:37 dch: you're core, right? do you have a sec for a PM? 00:54:36 where is PS1 set? i have it set in /etc/profile, but it looks like it's being overwritten when i invoke bash. 00:56:18 impulse: you may have a $HOME/.shrc file which sets it, this is created automatically from /usr/share/skel 00:57:14 oh i do. thanks ivy. 01:58:30 or ~/.bashrc 01:59:01 Or /usr/local/profile 01:59:19 whoops 01:59:22 Or /usr/local/etc/profile 01:59:29 Or /usr/local/etc/bashrc 01:59:46 bash kinda loves config file possiblities. 02:04:52 Also ~/.bash_profile 02:08:39 /usr/local/etc/bashrc doesn't seem to work 02:09:19 also /etc/profile.d/* doesn't seem to be executed when i `su` 02:09:53 su - 02:10:10 'su' is just become root. 02:10:33 'su -' is be root and load root's login config. 02:11:07 /usr/local/etc/profile is for bash logins. 02:11:25 /usr/local/etc/bashrc and ~/.bashrc is for non-login bash executions. 02:14:04 Caveat: It's common for peope to add a close to their bash login config like: https://bpa.st/3V6KI 02:15:03 in their ~/.bashrc? 02:16:37 so when i open a new terminal in xorg that counts as a non-login? 02:16:58 Usually, yes. 02:22:02 `su -` doesn't look like it executes /etc/profile.d/* either 02:22:06 But some terminals have a runtime or config option to launch a login shell. 02:24:25 i'm using rxvt-unicode. is there a good BSD licensed alternative?