[Comm] export: Command not found в NEdit
Sergey Lizogub
=?iso-8859-1?q?linthong_=CE=C1_mail=2Eru?=
Чт Окт 28 22:13:27 MSD 2004
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
Что там должно (или не должно) быть?
С уважением,
Сергей Лизогуб
Подробная информация о списке рассылки community