Skip to content
Snippets Groups Projects
Unverified Commit 4eca9cb4 authored by T. Hinrichsmeyer's avatar T. Hinrichsmeyer
Browse files

mise: add dev+prod aliases

parent e1ba8724
Branches
No related tags found
No related merge requests found
......@@ -328,6 +328,8 @@ alias source_dotenv="dotenv_source"
# mise
alias mise_shell_tofu_version='mise shell opentofu@$(hcledit attribute get terraform.required_version -f versions.tf | tr -d "\"")'
alias mise_local_tofu_version='mise use --env local opentofu@$(hcledit attribute get terraform.required_version -f versions.tf | tr -d "\"")'
alias dev="export MISE_ENV=dev"
alias prod="export MISE_ENV=prod"
# Bitwarden
alias bw_personal="BITWARDENCLI_APPDATA_DIR=/home/varac/.config/Bitwarden\ CLI/personal/ bw"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment