Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
2022-01-06 18:42:28 +01:00
parent 4ddeb426d2
commit 99533ff670
6 changed files with 24 additions and 19 deletions

View File

@@ -15,14 +15,10 @@ alias t="tmux"
alias x+="chmod +x"
alias +x="chmod +x"
# Devstack
alias comup='pushd ~/src/comandi/dashboard; vagrant up; popd'
alias comdown='pushd ~/src/comandi/dashboard; vagrant halt; popd'
if [ `uname` == 'Linux' ]; then
alias open='xdg-open'
fi
# Remove all local branches already merged in master.
alias gitclean='git branch --merged master | grep -v "\smaster$" | grep -v "*" | xargs --no-run-if-empty git branch -d'
alias gist='gist -c'