Advertisement
Guest User

Untitled

a guest
Apr 4th, 2020
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. if [[ `tput colors` != "256"]]; then  
  2.   ZSH_THEME="robbyrussell"  
  3. fi
  4.  
  5. .zshrc:35: parse error near `;'
  6.  
  7. if [ `tput colors` != "256"]; then  
  8.  ZSH_THEME="robbyrussell"  
  9. fi
  10.  
  11. .zshrc:[:35: ']' expected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement