Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moorer2k/c94a2317fbc59a3457851bf42839ad24 to your computer and use it in GitHub Desktop.
Save moorer2k/c94a2317fbc59a3457851bf42839ad24 to your computer and use it in GitHub Desktop.
install oh my zsh on pineapple tetra
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. 
@moorer2k
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment