Re: [arch-general] How to suppress the list of variables that are output at shell login?

2013-01-07 Thread Alexander Rødseth
Hi, I'm using zsh and this doesn't happen here. What does the .zshrc of the user you're su-ing into look like? Have you seen this page? https://wiki.archlinux.org/index.php/Zsh -- Best regards, Alexander Rødseth xyproto / TU

Re: [arch-general] How to suppress the list of variables that are output at shell login?

2013-01-07 Thread Jayesh Badwaik
Hi, On Mon, Jan 7, 2013 at 1:46 PM, Alexander Rødseth rods...@gmail.com wrote: Hi, I'm using zsh and this doesn't happen here. What does the .zshrc of the user you're su-ing into look like? Have you seen this page? https://wiki.archlinux.org/index.php/Zsh Yes, I have seen that page. My

Re: [arch-general] How to suppress the list of variables that are output at shell login?

2013-01-07 Thread Rodrigo Rivas
On Mon, Jan 7, 2013 at 9:49 AM, Jayesh Badwaik jayesh.badwai...@gmail.comwrote: Hi, On Mon, Jan 7, 2013 at 1:46 PM, Alexander Rødseth rods...@gmail.com wrote: Hi, I'm using zsh and this doesn't happen here. What does the .zshrc of the user you're su-ing into look like? Have you seen

Re: [arch-general] How to suppress the list of variables that are output at shell login?

2013-01-07 Thread Jayesh Badwaik
Hi, On Mon, Jan 7, 2013 at 5:18 PM, Rodrigo Rivas rodrigorivasco...@gmail.com wrote: You may also add a `echo $profile` command in the /etc/profile file, just after `for profile in /etc/profile.d/*.sh; do` to see the trace of sourced files. Thanks for the suggestion. I implemented this and

Re: [arch-general] How to suppress the list of variables that are output at shell login?

2013-01-07 Thread Dave Reisner
On Mon, Jan 07, 2013 at 05:51:39PM +0530, Jayesh Badwaik wrote: Hi, On Mon, Jan 7, 2013 at 5:18 PM, Rodrigo Rivas rodrigorivasco...@gmail.com wrote: You may also add a `echo $profile` command in the /etc/profile file, just after `for profile in /etc/profile.d/*.sh; do` to see the trace of

[arch-general] How to suppress the list of variables that are output at shell login?

2013-01-06 Thread Jayesh Badwaik
Hi, Whenever I login in zsh using an `su -l user` command, I get the following list of variables outputted on the shell HOME=/home/user LOGNAME=user PATH=/usr/bin:/usr/local/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/share/backuppc/bin SHELL=/bin/zsh TERM=xterm USER=user How can I suppress