[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

alias in .xsession



I'm trying to set up my .xsession to include an alias Unfortunately, the alias isn't created--when I run Eterm from the menu, it doesn't include the options. I'm positive that the file is being sourced, because the CVSROOT environment variable is being set correctly. How can I get the alias to apply to my Enlightenment session?

--------------------------------------------------------------------------------------------------
stephen@ayn:~$ cat .xsession
#!/bin/sh
alias Eterm="/usr/bin/Eterm -t auto --trans -f rgb:dd/dd/dd"
export CVSROOT=/home/stephen/Programs/CVS
xscreensaver-command -exit
xscreensaver &
mount /mnt/win_c
mount /mnt/win_d
exec /usr/bin/enlightenment
--------------------------------------------------------------------------------------------------

Stephen Touset



Reply to: