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
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)\]" |
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
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}); |