X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=examples%2Fsimple%2Ffunctions;h=9c2ed48519bff374b420932441dd1da13971bf2d;hb=332c08fd5e4d290e75087945048c802733dfc88d;hp=903777aef067cced6b743d05689524f07cb2374e;hpb=93b356b38f66c378cf9e6c7d9ae362ed8a0b48ec;p=techtalk-pse.git diff --git a/examples/simple/functions b/examples/simple/functions index 903777a..9c2ed48 100644 --- a/examples/simple/functions +++ b/examples/simple/functions @@ -1,4 +1,14 @@ +# -*- shell-script -*- + export PS1="$ " export HISTFILE=/tmp/history -TERMINAL="gnome-terminal --window --geometry=+100+100 --hide-menubar --title='Tech Talk PSE Simple example' -e '/bin/bash --norc'" +terminal () +{ + gnome-terminal \ + --window \ + --geometry=+100+100 \ + --hide-menubar \ + --title='Tech Talk PSE Simple example' \ + -e '/bin/bash --norc' +}