-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Michael Rasmussen wrote:
> On Thu, 29 Dec 2005 18:35:46 +0100, Jacob Larsen wrote:
> 
> 
>>De er der. Det begynder at virke lidt mystisk. Har det nogen betydning
>>at det virker fint i Nautilus?
> 
> Ikke rigtigt. Kan du ikke poste indholdet af ~/.bashrc og ~/.bash_profile
> til listen?
> 
De er lidt rodede, men her er de:
- ---------------------------------------------------------------
..bash_profile:
# ~/.bash_profile: executed by bash(1) for login shells.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
umask 022
# the rest of this file is commented out.
# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi
# set PATH so it includes user's private bin if it exists
#if [ -d ~/bin ] ; then
#    PATH=~/bin:"${PATH}"
#fi
# do the same with MANPATH
#if [ -d ~/man ]; then
#    MANPATH=~/man:"${MANPATH}"
#fi
- ----------------------------------------------------------------
..bashrc:
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If running interactively, then:
#if [ "$PS1" ]; then
    # don't put duplicate lines in the history. See bash(1) for more options
    # export HISTCONTROL=ignoredups
    # enable color support of ls and also add handy aliases
    eval `dircolors -b`
    alias ls='ls --color=auto'
    #alias dir='ls --color=auto --format=vertical'
    #alias vdir='ls --color=auto --format=long'
    # some more ls aliases
    alias ll='ls -l'
    alias la='ls -AlF'
    alias l='ls -CF'
    # set a fancy prompt
    PS1='\u@\h:\w\$ '
    PATH=$PATH:.
    alias p3='mplayer -cache 1024 
http://wmscr1.dr.dk/e02ch03m'
    alias boogie='mplayer -cache 1024 
http://wmscr1.dr.dk/e02ch07m'
    alias barometer='mplayer -cache 1024 
http://wmscr1.dr.dk/e02ch09m'
    alias electronica='mplayer -cache 1024 
http://wmscr1.dr.dk/e06ch10m'
    alias modernRock='mplayer -cache 1024 
http://wmscr1.dr.dk/e06ch02m'
    alias rock='mplayer -cache 1024 
http://wmscr1.dr.dk/e02ch04m'
    alias soft='mplayer -cache 1024 
http://wmscr1.dr.dk/e04ch10m'
    export EDITOR=emacs
    export G_BROKEN_FILENAMES=1
TRAPUSR2() {
[ -f ~/.sh-sourceall ] && . ~/.sh-sourceall
}
trap TRAPUSR2 USR2
[ -z "$SSH_CLIENT" ] && . $HOME/.ssh-agent
alias keyon="ssh-add -t 172800"
alias keyoff='ssh-add -D'
alias keylist='ssh-add -l'
    # If this is an xterm set the title to user@host:dir
    #case $TERM in
    #xterm*)
    #    PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
    #    ;;
    #*)
    #    ;;
    #esac
    # enable programmable completion features (you don't need to enable
    # this, if it's already enabled in /etc/bash.bashrc).
    #if [ -f /etc/bash_completion ]; then
    #  . /etc/bash_completion
    #fi
#fi
-
--------------------------------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - 
http://enigmail.mozdev.org
iD8DBQFDtDveiAWIAI3xXVYRAno+AKCXAZ0yZ4SBJWmYyVM1nIyCN+UpWgCeMMTG
oV5epI18o05WlKlA70owpoA=
=qNCR
-----END PGP SIGNATURE-----