Remove lazygit.

This commit is contained in:
Bartek Stalewski 2025-01-05 22:43:43 +01:00
parent c0f48be9e8
commit e94a4c9e7e
No known key found for this signature in database
2 changed files with 0 additions and 24 deletions

View file

@ -13,7 +13,6 @@ gd() {
git pull
}
alias gl="git log --graph --abbrev-commit --date=short --pretty=format:'%Cred%h%Creset %Cgreen%cr%Creset: %s : %C(bold blue)%an%Creset %C(yellow)%d%Creset'"
alias lg=lazygit
alias less='less -R'
if [[ $(command -v bat) ]]; then