This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| autoload -Uz compinit | |
| compinit | |
| HISTFILE=~/.zsh_history | |
| HISTSIZE=1000 | |
| SAVEHIST=1000 | |
| zstyle ':completion::complete:*' use-cache on | |
| zstyle ':completion::complete:*' cache-path ~/.zsh/cache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #-------------------------------------------------------------------- | |
| # ZA TAKMICENJE "CODE OUR CHRISTMAS TREE" KOJE ORGANIZUJE TROXO | |
| # | |
| # NAPRAVIO: Branko Simovic | |
| # PYTHON VERZIJA: 3.x | |
| # POKRETATI ISKLJUCIVO U LINUX TERMINALU, | |
| # WINDOWS CMD NE PODRZAVA ASCII BOJE I NECE SE PRIKAZATI KAKO TREBA | |
| #-------------------------------------------------------------------- | |
| from random import randint |