1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30

Config Updates:

- .gitconfig: Use local date for display
- .profile: Configure golang
- .profile: gtkrc, wget, ollama setting changed to adhere to XDG folder structure
- .zshrc: Use docker-compose oh-my-zsh plugin
This commit is contained in:
Pratik Tripathy
2024-03-25 22:32:36 +05:30
parent 903d3a1253
commit e47c3fa3f7
4 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
cmd = code --wait $MERGED
[log]
date = relative
date = local
[alias]
ll = log --pretty=format:'%Cblue%cn (%ce)%Creset committed %Cred%h%Creset %Cgreen%cr%Creset:%n%B'