Skip to content

Instantly share code, notes, and snippets.

View shamalainen's full-sized avatar
🦄
did i break it again?

Sebastian shamalainen

🦄
did i break it again?
View GitHub Profile
@shamalainen
shamalainen / undulaatti.zsh-theme
Created July 17, 2019 09:32
oh-my-zsh terminal theme
function get_pwd() {
echo "${PWD/$HOME/~}"
}
function put_spacing() {
local git=$(git_prompt_info)
if [ ${#git} != 0 ]; then
((git=${#git} - 10))
else
git=0