Update

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2025-06-18 20:21:22 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2025-06-18 20:21:22 +0200
Commit 265cf9ee74a43fb16015b5c84720f3afe5b4553b (patch)
-rw-r--r-- .gitconfig 5
-rwxr-xr-x .shenanigans.sh 1
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
...
15
	rebase = true
15
	rebase = true
16
[gpg]
16
[gpg]
17
	format = ssh
17
	format = ssh
  
18
[filter "lfs"]
  
19
	required = true
  
20
	clean = git-lfs clean -- %f
  
21
	smudge = git-lfs smudge -- %f
  
22
	process = git-lfs filter-process
diff --git a/.shenanigans.sh b/.shenanigans.sh
...
47
	alias gd='lazydocker'
47
	alias gd='lazydocker'
48
	alias tf='terraform'
48
	alias tf='terraform'
49
	alias tg='terragrunt'
49
	alias tg='terragrunt'
  
50
	alias tgl='TERRAGRUNT_USE_LOCAL_SOURCES=1 terragrunt'
50
  
51
  
51
	# Custom folder jump commands.
52
	# Custom folder jump commands.
52
	alias j='cd ~/Junk'
53
	alias j='cd ~/Junk'
...