mirror of
https://github.com/tedkulp/dotfiles
synced 2026-03-05 13:40:18 -05:00
8 lines
412 B
Bash
8 lines
412 B
Bash
alias ghm='git push heroku master'
|
|
alias gpp='git pull origin "(git_current_branch)" && git push origin "(git_current_branch)"'
|
|
alias gfap='git pull --all -p'
|
|
|
|
alias lazygit='lazygit --use-config-file "$HOME/.config/lazygit/config.yml"'
|
|
alias lg='lazygit'
|
|
alias ly='lazygit --use-config-file "$HOME/.config/yadm/lazygit.yml,$HOME/.config/lazygit/config.yml" --work-tree ~ --git-dir ~/.local/share/yadm/repo.git'
|