aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitconfig5
-rwxr-xr-x.shenanigans.sh1
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index abdbbb5..7bbc9b3 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -15,3 +15,8 @@
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
index b798036..7a5ca76 100755
--- a/.shenanigans.sh
+++ b/.shenanigans.sh
@@ -47,6 +47,7 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then
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'