View previous topic :: View next topic |
Author |
Message |
XenoTerraCide Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/20669934541e32c233eb9f.gif)
Joined: 18 Jan 2004 Posts: 1418 Location: MI, USA
|
Posted: Tue May 08, 2007 12:36 pm Post subject: keychain --quiet not working with Eterm |
|
|
if I source .bashrc it's nice and quite like it's supposed to be. but if I start up a terminal it spits out all of it's messages. I don't want to see it.
Code: | if [[ $- != *i* ]] ; then
# Shell is non-interactive. Be done now!
return
fi
# Enable colors for ls, etc. Prefer ~/.dir_colors #64489
if [[ -f ~/.dir_colors ]]; then
eval `dircolors -b ~/.dir_colors`
else
eval `dircolors -b /etc/DIR_COLORS`
fi
#aliases
alias ls="ls --color"
alias ll="ls --color -lh"
alias la="ls --color -ah"
alias du="du -h"
alias df="df -h"
alias ssr="ssh -l root"
# keychain
keychain --quiet id_rsa
. ~/.keychain/$HOSTNAME-sh
clear #a hack to get a clear terminal
# Change the window title of X terminals
case ${TERM} in
xterm*|rxvt*|Eterm|aterm|kterm|gnome)
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$
;;
screen)
PROMPT_COMMAND='echo -ne "\033_${USER}@${HOSTNAME%%.*}:${PWD/$HO
;;
esac
|
I see nothing that makes any sense that it should be silent. I even tried logging out and logging back in. This only seems to happen with Eterm as it works as it's supposed to with aterm, and xterm, anyone have any ideas? _________________ I don't hang out here anymore, try asking on http://unix.stackexchange.com/ if you want my help. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
XenoTerraCide Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/20669934541e32c233eb9f.gif)
Joined: 18 Jan 2004 Posts: 1418 Location: MI, USA
|
Posted: Tue May 08, 2007 3:11 pm Post subject: |
|
|
it seems it happens when I ssh to the machine with keychain too. _________________ I don't hang out here anymore, try asking on http://unix.stackexchange.com/ if you want my help. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|