View previous topic :: View next topic |
Author |
Message |
mel_82 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/10438671441e3e1370b353.jpg)
Joined: 25 Oct 2004 Posts: 117 Location: Somewhere in Italy
|
Posted: Thu Apr 28, 2005 9:45 am Post subject: [solved] aterm non carica .bashrc |
|
|
aterm ignora il mio file .bashrc...
Col risultato che mancano i miei alias e tutte le altre robe (inclusi i colori)..
lo lancio così:
Code: |
aterm --scrollBar_right -fg green -bg black -tinting WhiteSmoke --tintingType true --title Console --shading 30% --transpscrollbar -transparent --saveLines 3000 |
Last edited by mel_82 on Thu Apr 28, 2005 10:45 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
randomaze Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/191195238462262e08ea92.jpg)
Joined: 21 Oct 2003 Posts: 9985
|
Posted: Thu Apr 28, 2005 10:17 am Post subject: Re: aterm non carica .bashrc |
|
|
mel_82 wrote: | aterm ignora il mio file .bashrc... |
Mi sa che é il solito discorso del .bashrc vs .bash_profile
Hai provato a fare una ricerca nel forum? _________________ Ciao da me! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mel_82 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/10438671441e3e1370b353.jpg)
Joined: 25 Oct 2004 Posts: 117 Location: Somewhere in Italy
|
Posted: Thu Apr 28, 2005 10:20 am Post subject: |
|
|
no. credo che risolverò allora
[10 minuti dopo]
Ehm, a dir la verità non capisco:
Code: |
bash-2.05b$ locate .bash_profile
/etc/skel/.bash_profile
bash-2.05b$ cat /etc/skel/.bash_profile
# /etc/skel/.bash_profile:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bash_profile,v 1.10 2002/11/18 19:39:22 azarah Exp $
#This file is sourced by bash when you log in interactively.
[ -f ~/.bashrc ] && . ~/.bashrc
bash-2.05b$ whoami
mel
bash-2.05b$ su - mel
Password:
mel@gentoo_dell mel $ #faccio notare: questa linea (al contrario delle altre), è colorata!
|
Ecco. Come vedete il file bash_profile (l'unico esistente) punta al mio ~/.bashrc, che ESISTE e contiene solo alcuni alias (non i colori!).
Eppure se cambio utente in me stesso ottengo una shell diversa (che è sempre bash, ma è colorata, cosa che non so da dove reperisce). |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mel_82 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/10438671441e3e1370b353.jpg)
Joined: 25 Oct 2004 Posts: 117 Location: Somewhere in Italy
|
Posted: Thu Apr 28, 2005 10:45 am Post subject: |
|
|
risolto copiando il file .bash_profile nella mia home. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|