|
From the Original web-page: Leopard Solution: The application utility Netinfo Manager no longer exists in Leopard. Instead, open the Accounts preferences in System Preferences. Unlock the preferences by clicking on the lock icon in the lower left corner of the preferences panel and entering an administrator-level password. Then right-click (or control-click) on a user name and select the Advanced Options menu. Select the desired login shell from the pull-down menu, and click on OK. Log out and back in to put the change into effect. A. Lorber pointed out to me that in order to change the default login shell, your chosen shell must also be listed in the file /etc/shells, which OS X consults to determine what is a valid shell. By default, /etc/shells contains the following entries: /bin/bash /bin/csh /bin/ksh /bin/sh /bin/tcsh /bin/zsh If you want to use a different shell from these as your default login shell, then you must edit /etc/shells to include the full path to the installation of the shell on your computer (e.g., /opt/local/bin/bash). Editing /etc/shells requires an administrator-level password. |
|
set path=(/usr/bin /bin /usr/sbin /usr/X11R6/bin /sbin .) source /Applications/scisoft/all/bin/Setup.csh setenv TERM xterm-color alias ls "\ls -vFG" alias xterm "xterm -sb -sl 256" |