Skip to content

Files

Latest commit

 

History

History

83_oh_my_shells

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

OH MY SHELLS

The shell themes.

Oh my zsh

ohmyzsh/ohmyzsh repo here

# path to oh-my-zsh
echo $ZSH

# oh-my-zsh options
omz --help

# force it to update and sync
omz update

Troubleshooting OMZ

The .git folder was deleted.

git clone https://github.com/ohmyzsh/ohmyzsh.git .oh-my-zsh

oh my bash

Troubleshooting OMB

Check that completions and sourcing have not come from .zsh

Resources

  • Oh My Zsh is an open source, community-driven framework for managing your zsh configuration. here
  • Oh My Bash is an open source, community-driven framework for managing your bash configuration. here