opkg update && opkg install ca-certificates zsh curl git-http
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
sed -i -- 's:/bin/ash:/bin/zsh:g' /etc/passwd
# -- reboot, all done.
Forked from fire1ce/oh-my-zsh on openwrt or lede-project.md
Last active
September 12, 2018 05:08
-
-
Save moorer2k/c94a2317fbc59a3457851bf42839ad24 to your computer and use it in GitHub Desktop.
install oh my zsh on pineapple tetra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Duplicate command appending after tab completion fix for default russell theme:
Edit the file robbyrussell.zsh-theme with the changes below:
local ret_status="%(?..:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"
Save and simply reload your session.