Advertisement
Manuzor

Untitled

Dec 5th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.35 KB | None | 0 0
  1. cd ~/.oh-my-zsh/themes
  2. git checkout 98d7a010994cd397 af-magic.zsh-theme
  3. cp af-magic.zsh-theme af-magic-good-old.zsh-theme
  4. sed -i '/^ZSH_THEME=.*/ s/ZSH_THEME="af-magic-good-old"/' ~/.zshrc
  5. git add -A :
  6. git commit -m "Added old and working version of af-magic theme as af-magic-good-old.zsh-theme"
  7. which figlet && figlet 'Yay! My script worked! :D'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement