This commit is contained in:
Errol Sancaktar 2024-08-10 14:50:04 -06:00
parent 20a7c6c8f4
commit a23602a604
272 changed files with 75055 additions and 6 deletions

View File

@ -15,6 +15,7 @@ declare -A alias_list=(
# PYTHON
[ve]='source venv/bin/activate'
[p]='ipython'
# GIT
[gaa]='git add --all'
@ -38,10 +39,17 @@ declare -A alias_list=(
[ed]='ssh errol@edesktop.sancaktar.net'
[fs]='ssh errol@fs1.sancaktar.net'
# Kubernetes
# KUBERNETES
[k]='kubectl'
# Terraform/Tofu
# TERRAFORM
[t]='tofu'
# GCLOUD
[gcl]='gcloud config configurations list'
[gca]='gcloud config configurations activate'
)
@ -76,7 +84,7 @@ if [[ "$current_shell" == 'bash' ]]; then
fi
if [[ "$current_shell" == 'zsh' ]]; then
#Zsh
for alias_def in "${(k@)alias_list[@]}"; do
for alias_def in "${(k@)alias_list[@]}"; do
alias $alias_def="${alias_list[$alias_def]}"
done
fi
fi

View File

@ -1 +1 @@
{"ms-python.python-2024.10.0-darwin-arm64":true}
{"ms-python.python-2024.10.0-darwin-arm64":true,"ms-python.python-2024.12.1-linux-x64":true,"ms-python.vscode-pylance-2024.7.1":true}

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More