Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
aliases fuer immer
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
KiLLaCaT
Guru
Guru


Joined: 24 Jul 2002
Posts: 306
Location: Linz, Austria

PostPosted: Thu Sep 05, 2002 12:01 pm    Post subject: aliases fuer immer Reply with quote

hi leute \!
hab mir mit alias meine abkuezungen gemacht. jetzt muss ich nurnoch wissen, wie ich gentoo so einrichte, dass er die aliases bei jeder sitzung wiederherstellt. mit einem shell-script macht er mir zwar die aliases, sie gehen aber net.

jax
Back to top
View user's profile Send private message
TheDodger
Tux's lil' helper
Tux's lil' helper


Joined: 12 Aug 2002
Posts: 126
Location: Hamburg

PostPosted: Thu Sep 05, 2002 12:07 pm    Post subject: Reply with quote

mittels source <script-name> aufrufen.

und wenn du noch /etc/profile erweiterst, kannst du das ganze bei jedem einlogen machen:

Code:

if [ -e "/etc/aliases.sh" ]
then
  source /etc/aliases.sh
fi
Back to top
View user's profile Send private message
KiLLaCaT
Guru
Guru


Joined: 24 Jul 2002
Posts: 306
Location: Linz, Austria

PostPosted: Thu Sep 05, 2002 12:18 pm    Post subject: Reply with quote

echt schlau die idee!
muesste sogar funktionieren.

nochmals danke!

jax
Back to top
View user's profile Send private message
Tharkun
Tux's lil' helper
Tux's lil' helper


Joined: 02 May 2002
Posts: 106

PostPosted: Fri Sep 06, 2002 1:07 pm    Post subject: Reply with quote

Was aber blöde ist, weil man so nicht einfach eine neue profile von gentoo überbügeln lassen kann, sondern immer wieder seinen teil einbaun muss.

Wenn ich das richtig sehe kann man auch keine aliase per /etc/env.d machen und selbst ein EDITOR= wird ausgehelbt dadurch, dass die profile.env _vor_ dem EDITOR=/usr/bin/nano kommt.

So bleibt einem nichts anderes übrig als root seine eigene .profile zu geben und den usern in /etc/skel ein paar nützliche defaults mitzugeben.

------
Btw. wo wir bei EDITOR= sind, kann es sein, dass es _keinen_ vernünftigen Editor in /bin gibt ? (ed möchte ich nicht wirklich benutzen müssen wenn etwas schiefgegangen ist und ich keinen Zugriff auf /usr habe). Das ist für mich der Platz wo ein ordentlicher vi hingehören würde (nein kein vim, ein uraltes vi würde schon ausreichen).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum