-
Notifications
You must be signed in to change notification settings - Fork 0
/
.aliases
22 lines (22 loc) · 843 Bytes
/
.aliases
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
alias gs="git status"
alias gl="git log"
alias ga="git add"
alias nah="git reset --hard && git clean -df"
alias gc="git commit"
alias cls="clear && ls"
alias runa="ant build_analyzer && ./runAnalyzer.sh ~/apps/large.txt"
alias gpo="export branch=$(git rev-parse --abbrev-ref HEAD) && git push origin $branch"
alias gco="git checkout --"
alias tns="tmux_script.sh"
alias tat="tmux a -t"
alias weather="curl wttr.in"
alias gap="git add -p"
alias mkdir="mkdir -p"
alias dexec="docker-compose exec app"
alias gtags="ctags -R ."
alias phresh="phing destroy && phing"
alias vim="nvim"
alias mr="!sh -c 'git fetch $1 merge-requests/$2/head:mr-$1-$2 && git checkout mr-$1-$2' -"
alias yars="cd ~/workspace/dcs-opypc && tns -s 'docker compose down && docker compose up backend --build' -t 'cd frontend && npm start'"
alias python=python3
alias cat=bat