forked from cristianstu/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbash_aliases
More file actions
33 lines (25 loc) · 928 Bytes
/
bash_aliases
File metadata and controls
33 lines (25 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
alias b="bundle exec"
alias br='bundle exec rails'
alias zbr='zeus rails'
alias st='git status'
alias c="git commit -m $1"
alias ca="git commit --amend"
alias ga="git add -p"
alias gpp='gpr && git prune-all && git cleanup'
alias gt='gitk --all'
alias tg='tig --all'
alias bm='b rake db:migrate db:test:prepare'
alias bmm='b rake db:migrate && b rails db:migrate RAILS_ENV=test'
alias zbm='zeus rake db:migrate db:test:prepare'
alias gg='git grep -n --color'
#alias gl='git log --graph --pretty="format:%C(yellow)%h%Cblue%d%Creset %s %C(white) %an, %ar%Creset"'
#alias gl='git log --oneline --decorate --all --graph'
alias gl='git lg'
#alias ppr='git promote && hub pull-request'
alias ppr='gh pr create'
alias prv='gh pr view -w'
alias dev='npm run dev'
alias gdnolocks="git diff $1 -- . ':(exclude)package-lock.json' ':(exclude)uv.lock' ':(exclude)Gemfile.lock'"
ysess='ysess -i'
alias tm='tmuxomatic'
alias lg=lazygit