view profile @ 113:9223e71009e4

changes for quad64
author Dirk Olmes <dirk.olmes@exentra.de>
date Tue, 24 Jan 2017 14:16:32 +0100
parents a7654f2b4170
children
line wrap: on
line source

#
# Use this as .profile on systems where the default shell cannot be changed to zsh
#
if [ ! -z "$SSH_TTY" ]; then
	# this is an interactive shell, replace the current shell with a zsh
    if [ -f /bin/zsh ]; then
        export SHELL=/bin/zsh
        exec /bin/zsh -l
    fi
fi