From: Can BAYTAN M.D. (Physiology) (cbaytan@meds.ktu.edu.tr)
Date: Thu 19 Oct 2000 - 17:46:52 EEST
Selamlar,
Ekteki profile dosyasina bakarsaniz
export INPUTRC=/etc/inputrc satirini tam olarak emin olmadigimdan inputrc
dosyasinda iki yere yerlestirdim, sanirim bunun export MOZILLA da sonra
geleni dogru siz ne dersiniz? Birde her acilista turkce ikonuna basmamak
icin .rc dosyalarindan birisine bir satir yerlestirmemiz gerekiyordu bu ne
idi acaba maili su anda bulamiyorum.
Yardimlariniz icin cok tesekkurler.
On Thu, 19 Oct 2000, Gorkem Cetin wrote:
>
>Selam
>> Evet, tabii haklisiniz, nasil unuttuk, yalniz yaptim yine sonuc ayni,
>> slackware'de inputrc diye bir dosya yoktu, mandrakedekini oldugu gibi paste
>> yaptim, dosyayi asagida veriyorum ne olur ne olmaz diye.
>
>/etc/profile dosyasinda export INPUTRC=/etc/inputrc yerlestirmeyio unutmus
>olabilirsiniz?
>
>Iyi calismalar
>Gorkem
>Gelecek A.S
>
>
><...>
>
>
>
>
> Listeden cikmak icin:
> unsub linux
> mesajini listeci@bilkent.edu.tr adresine gonderiniz.
> Lutfen Listeci icin MIME / HTML / Turkce Aksan kullanmayin.
> Listeci arayuzu: http://listweb.bilkent.edu.tr/yardim/bilkent/linux.html
> Liste arsivinin adresi: http://listweb.bilkent.edu.tr/
>
Can Baytan M.D. http://meds.ktu.edu.tr/cbaytan/cbaytan.html
Karadeniz (Blacksea) Technical University
Medical School, Dept. of Physiology--Trabzon/TR
Fax:+90(462)325-2270 cbaytan@yahoo.com (BX15TGE)
# /etc/profile: This file contains system-wide defaults used by
# all Bourne (and related) shells.
# Set the values for some environment variables:
export OPENWINHOME=/usr/openwin
export MINICOM="-c on"
export MANPATH=/usr/local/man:/usr/man/preformat:/usr/man:/usr/X11R6/man:/usr/openwin/man
export HOSTNAME="`cat /etc/HOSTNAME`"
export LESSOPEN="|lesspipe.sh %s"
export LESS="-M"
export MOZILLA_HOME=/usr/lib/netscape
export INPUTRC=/etc/inputrc
# Set the default system $PATH:
PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$OPENWINHOME/bin:/usr/games"
# For root users, ensure that /usr/local/sbin, /usr/sbin, and /sbin are in
# the $PATH. Some means of connection don't add these by default (sshd comes
# to mind).
if [ "`id -u`" = "0" ]; then
echo $PATH | grep /usr/local/sbin 1> /dev/null 2> /dev/null
if [ ! $? = 0 ]; then
PATH=/usr/local/sbin:/usr/sbin:/sbin:$PATH
fi
fi
# For non-root users, add the current directory to the search path:
if [ ! "`id -u`" = "0" ]; then
PATH="$PATH:."
fi
# I had problems using 'eval tset' instead of 'TERM=', but you might want to
# try it anyway. I think with the right /etc/termcap it would work great.
# eval `tset -sQ "$TERM"`
if [ "$TERM" = "" -o "$TERM" = "unknown" ]; then
TERM=linux
fi
# Set a default shell prompt:
#PS1='`hostname`:`pwd`# '
if [ "$SHELL" = "/bin/pdksh" -o "$SHELL" = "/bin/ksh" ]; then
PS1="! $ "
elif [ "$SHELL" = "/bin/zsh" ]; then
PS1="%m:%~%# "
elif [ "$SHELL" = "/bin/ash" ]; then
PS1="$ "
else
PS1='\h:\w\$ '
fi
PS2='> '
ignoreeof=10
export PATH DISPLAY LESS TERM PS1 PS2 ignoreeof
export INPUTRC=/etc/inputrc
# Default umask. A umask of 022 prevents new files from being created group
# and world writable.
umask 022
# Set up the LS_COLORS and LS_OPTIONS environment variables for color ls:
if [ "$SHELL" = "/bin/zsh" ]; then
eval `dircolors -z`
elif [ "$SHELL" = "/bin/ash" ]; then
eval `dircolors -s`
else
eval `dircolors -b`
fi
# Notify user of incoming mail. This can be overridden in the user's
# local startup file (~/.bash.login or whatever, depending on the shell)
if [ -x /usr/bin/biff ]; then
biff y
fi
# Append any additional sh scripts found in /etc/profile.d/:
for file in /etc/profile.d/*.sh ; do
if [ -x $file ]; then
. $file
fi
done
Listeden cikmak icin:
unsub linux
mesajini listeci@bilkent.edu.tr adresine gonderiniz.
Lutfen Listeci icin MIME / HTML / Turkce Aksan kullanmayin.
Listeci arayuzu: http://listweb.bilkent.edu.tr/yardim/bilkent/linux.html
Liste arsivinin adresi: http://listweb.bilkent.edu.tr/