Amiga68k
05-09-2008, 12:27
Hi,
I setup some aliases to make life inside the terminal more easier, for instance I got the following in my /opt/etc/profile:
alias mc="mc -c"
alias ls="ls --color=auto -la"
alias df="df -h"
I'm also a user of the tool "screen" which lets me do more at the same time. But, here comes my problem, the aliases do not work from a screen session, when I type alias in such a session it comes up with nothing.
Anyone have a clue of what I'm doing wrong here?
Greets
I setup some aliases to make life inside the terminal more easier, for instance I got the following in my /opt/etc/profile:
alias mc="mc -c"
alias ls="ls --color=auto -la"
alias df="df -h"
I'm also a user of the tool "screen" which lets me do more at the same time. But, here comes my problem, the aliases do not work from a screen session, when I type alias in such a session it comes up with nothing.
Anyone have a clue of what I'm doing wrong here?
Greets