Hi,
Moment, aufpassen !  Das ist eine . (Punkt) Datei. Die sind normalerweise versteckt. Mit dem Nautilus wirste die nur finden, wenn Du auch die System- und versteckten Dateien anzeigen läßt.
- Code: Alles auswählen
- theli@theli:~$ ls -la
 insgesamt 8008
 drwxr-xr-x 35 theli theli    4096 2011-12-14 08:50 .
 drwxr-xr-x  3 root  root     4096 2011-08-23 19:31 ..
 -rw-------  1 theli theli   48431 2011-11-29 20:24 .bash_history
 -rw-r--r--  1 theli theli     220 2011-08-23 19:31 .bash_logout
 -rw-r--r--  1 theli theli    3223 2011-08-23 23:09 .bashrc
 drwxr-xr-x  2 theli theli    4096 2011-08-23 19:39 Bilder
 drwx------  7 theli theli    4096 2011-11-03 12:41 .cache
 drwx------  3 theli theli    4096 2011-08-23 20:29 .compiz
 drwxr-xr-x 11 theli theli    4096 2011-09-10 15:56 .config
 drwx------  3 theli theli    4096 2011-08-23 19:39 .dbus
 drwxr-xr-x  2 theli theli    4096 2011-08-23 20:55 Desktop
 drwxr-xr-x  2 theli theli    4096 2011-08-23 19:39 Dokumente
 drwxr-xr-x  2 theli theli    4096 2011-12-04 11:10 Downloads
 -rw-r--r--  1 theli theli     523 2011-08-23 23:06 .emacs
 drwxr-xr-x  3 theli theli    4096 2011-08-23 23:13 .emacs.d
 -rw-------  1 theli theli      16 2011-08-23 19:39 .esd_auth
 -rw-r--r--  1 theli theli     179 2011-08-23 19:31 examples.desktop
 ...
Mit der Konsole solltest Du die aber sehen, und da steht auch schon was drin :
- Code: Alles auswählen
- theli@theli:~$ vi .bashrc
 ...
 # enable programmable completion features (you don't need to enable
 # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
 # sources /etc/bash.bashrc).
 if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
 . /etc/bash_completion
 fi
 
 # Theli Path
 export PATH=/home/theli/THELI/theli/bin/Linux_64/:${PATH}
 alias theli='/home/theli/THELI/theli/gui/theli'
Einfach unten das Theli-Gedöns anfügen. Vorsicht, das erste "theli" hinter /home/ ist Dein Benutzername. Ach ja, ich verwende auch die 10er LTS Ubuntu.
Thomas