Skip to content

Instantly share code, notes, and snippets.

View bulseeyeLF's full-sized avatar
🎯
https://www.youtube.com/watch?v=y4TUs1mSN-8

Milan Žarić bulseeyeLF

🎯
https://www.youtube.com/watch?v=y4TUs1mSN-8
View GitHub Profile
Error using matlab.graphics.internal.name (line 101)
Cannot create output file 'slike/2s20,3n.png'.
Error in print (line 71)
pj = matlab.graphics.internal.name( pj );
Error in zad1 (line 75)
print(h, '-dpng', fn{1});
parse_git_branch() {
git branch 2> /dev/null | sed -E '/^[^*]/d' -E 's/* \(.*\)/ (\1)/'
}
export PS1="export PS1="\u [\A] - \w \$(parse_git_branch)\n\\$\[$(tput sgr0)\]"