I use

I’m now a Mac user, before, a long time ago it was Ubuntu.

Soft that I use

.sh profile

ppping() {
    echo 'Start ping ' $1
    while ! ping -c1 $1 &>/dev/null; do :; done
    echo $1' reached!'
}

alias go="git checkout"
alias code="code-insiders"
alias review-up="git stash && git checkout master && git pull && git branch -D review && git checkout -b review && git push --no-verify --force --set-upstream origin review"