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 Sep 12, 2018
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.