Asustor Zsh (remerciements à mafredi)

Dami1

Représentant ASUSTOR
23 Décembre 2013
7 863
189
153
45
France
www.asustor.com
FACEBOOK
ASUSTORNASFRANCE
TWITTER
ASUSTORIncFr
Zsh for ADM
This is port of Zsh for Asustor ADM.

Tips

To use Zsh whenevever you log in to your NAS over SSH, you can add modify/create the .profile in your home directory to launch Zsh whenever it detects an interactive login session.

Contents of /$HOME/.profile:

export TERM=xterm

# check if zsh is accessible
if which zsh 2>&1 >/dev/null; then
case $- in
*i*) # interactive session
exec zsh --login
;;
esac
fi

application : https://app.box.com/s/nw45lg0w0y5jzh1529gkqs52j1hct5zq