9c2ed48519bff374b420932441dd1da13971bf2d
[techtalk-pse.git] / examples / simple / functions
1 # -*- shell-script -*-
2
3 export PS1="$ "
4 export HISTFILE=/tmp/history
5
6 terminal ()
7 {
8     gnome-terminal \
9         --window \
10         --geometry=+100+100 \
11         --hide-menubar \
12         --title='Tech Talk PSE Simple example' \
13         -e '/bin/bash --norc'
14 }