@@ -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'
|
||||
|
Reference in New Issue
Block a user