ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Sergey Lizogub <linthong@mail.ru>
To: community@altlinux.ru
Cc: "Dmitry V. Levin" <ldv@altlinux.org>
Subject: Re: [Comm] export: Command not found в NEdit
Date: Thu, 28 Oct 2004 22:13:27 +0400
Message-ID: <20041028221327.57e3ff6a.linthong@mail.ru> (raw)
In-Reply-To: <20041028173214.GA5349@basalt.office.altlinux.org>

Thu, 28 Oct 2004 21:32:14 +0400
"Dmitry V. Levin" <ldv@altlinux.org> Вы писали:

> Проверьте ваш ~/.bashrc
> 
> 
> -- 
> ldv
> 


	Вот мой ~/.bashrc:

# .bashrc

# User specific aliases and functions

# Source global definitions
if [ -r /etc/bashrc ]; then
	. /etc/bashrc
fi



	А вот -  /etc/bashrc:

# /etc/bashrc: executed by ~/.bashrc for non-login shells.

# Are we an interactive shell?
if [ -z "${-##*i*}" ]; then
	# Set PS1 if not yet.
	if [ "$PS1" = '\s-\v\$ ' ]; then
		PS1='[\u@\h \W]\$ '
	fi

	# Set funcy prompt_command if unset.
	if [ "${PROMPT_COMMAND-PROMPT_COMMAND}" = PROMPT_COMMAND ]; then
		case "$TERM" in
			*xterm*|*rxvt*|*Eterm*)
				PROMPT_COMMAND='echo -ne
"\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
				;;
		esac
	fi

	# Source optional scripts.
	for f in /etc/bashrc.d/*.sh; do
		if [ -r "$f" ]; then
			. "$f"
		fi
	done
	unset f

	if [ "$SHELL" = /bin/bash ]; then
		# Notify of job termination immediately.
		set -b
	fi
fi


	Что там должно (или не должно) быть?

	С уважением,
	Сергей Лизогуб


  reply	other threads:[~2004-10-28 18:13 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-28 17:22 Sergey Lizogub
2004-10-28 17:32 ` Dmitry V. Levin
2004-10-28 18:13   ` Sergey Lizogub [this message]
2004-10-29 11:25     ` Dmitry V. Levin
2004-10-29  5:20 ` Andrej Savelov
2004-10-29 15:33   ` Sergey Lizogub
2004-10-29 16:12     ` Dmitry V. Levin
2004-10-29 16:34       ` Sergey Lizogub
2004-10-30  7:36       ` Sergey Lizogub
2004-10-30 19:15         ` [Comm] " Michael Shigorin
2004-11-01  8:32       ` [Comm] " Andrej Savelov
2004-11-01  9:03         ` Dmitry V. Levin
2004-11-01 17:50           ` Sergey Lizogub
2004-11-01 20:39             ` Dmitry V. Levin
2004-11-01 21:17               ` Sergey Lizogub
2004-11-01 21:23                 ` Sergey Lizogub
2004-11-01 21:46                 ` Dmitry V. Levin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041028221327.57e3ff6a.linthong@mail.ru \
    --to=linthong@mail.ru \
    --cc=community@altlinux.ru \
    --cc=ldv@altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git