Mercurial > hg > zsh-env
view .profile-zsh @ 186:0e22ae080bf1
keychain für den ssh agent benutzen
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Fri, 09 Dec 2022 08:25:36 +0100 |
parents | d0cdc3f47182 |
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