Remove lazygit.

This commit is contained in:
Bartek Stalewski 2025-01-05 22:43:43 +01:00
parent c0f48be9e8
commit e94a4c9e7e
Signed by: ftpd
SSH Key Fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo
2 changed files with 0 additions and 24 deletions

View File

@ -1,23 +0,0 @@
gui:
language: 'auto' # one of 'auto' | 'en' | 'zh-CN' | 'zh-TW' | 'pl' | 'nl' | 'ja' | 'ko' | 'ru'
timeFormat: '2006-01-02' # https://pkg.go.dev/time#Time.Format
shortTimeFormat: '3:04PM'
theme:
selectedLineBgColor:
- reverse
commitLength:
show: true
mouseEvents: false
showFileTree: false # for rendering changes files in a tree format
showListFooter: true # for seeing the '5 of 20' message in list panels
showRandomTip: false
showCommandLog: false
nerdFontsVersion: "3" # nerd fonts version to use ("2" or "3"); empty means don't show nerd font icons
git:
commit:
signOff: true
mainBranches: [master]
autoFetch: false
autoRefresh: false
disableStartupPopups: true
notARepository: 'skip' # one of: 'prompt' | 'create' | 'skip' | 'quit'

View File

@ -13,7 +13,6 @@ gd() {
git pull 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 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' alias less='less -R'
if [[ $(command -v bat) ]]; then if [[ $(command -v bat) ]]; then