- 23 Décembre 2013
- 8 019
- 220
- 158
- 45
- ASUSTORNASFRANCE
- 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
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