tcsh is my shell.
echo $shell reports /bin/tcsh.
edit: i got it working and wrote up what i did, incase anyone else wants to play with aqsis.
Installing MacAqsis-0.7.2
1. Install the folder 'MacAqsis-0.7.2' into your home folder. (e.g. /Users/<yourusername> where <yourusername> is your username.)
2. Open the terminal and type 'pico .tcshrc' (without the quotes) and add the following: (where <yourusername> is your username.)
# MacAqsis config.
setenv AQSIS_BASE_PATH /Users/<yourusername>/MacAqsis-0.7.2
setenv AQSIS_CONFIG_PATH /Users/<yourusername>/MacAqsis-0.7.2
(e.g. setenv AQSIS_BASE_PATH /Users/marshall/MacAqsis-0.7.2)
To save the file press control-o and to exit pico press control-x.
3. Type into the terminal 'mkdir -p ~/library/init/tcsh' (without the quotes) then 'cd ~/library/init/tcsh' then 'pico path' and add the following line:
set path = (~/bin ~/MacAqsis-0.7.2 $path)
Again to save the file press control-o and to exit pico press control-x.
4. Open a new terminal window and type 'aqsis' if you get 'aqsis: command not found' recheck the installation. if you get a blank line and nothing happens aqsis has been found by tcsh. To exit press control-c.