[FoLUG] impostazioni shell debian
Michele Mordenti
michele.mordenti@tin.it
Mer 26 Nov 2003 14:31:05 CET
Per completezza posto la soluzione di un mio piccolo problema con
Debian, (Ivan e Solero sanno a cosa mi riferisco)
spero sia utile anche ad altri.
Il problema era che nelle console di log-in non avevo nè i colori nè gli
alias.
Dopo breve documentazione ho scoperto che:
.bashrc # ~/.bashrc: executed by bash(1) for non-login shells.
.bash_profile # ~/.bash_profile: executed by bash(1) for login shells.
è bastato aggiungere le righe in .bash_profile:
# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
ed ora ho sempre le mie impostazioni.
--
Michele Mordenti - http://xoomer.virgilio.it/michele.mordenti
(o_ Powered by Debian GNU/Linux SID on DELL Inspiron 8500
//\ Linux User: 278480 -ICQ# 26479319 -JabberID: monstermord@jabber.org
V_/_ Membro del FoLUG (Forli' Linux Users Group) - http://folug.linux.it
Maggiori informazioni sulla lista
FoLUG