aboutsummaryrefslogtreecommitdiff
path: root/.shenanigans.sh
diff options
context:
space:
mode:
Diffstat (limited to '.shenanigans.sh')
-rwxr-xr-x.shenanigans.sh1
1 files changed, 1 insertions, 0 deletions
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'