Add kubectl completion and opt out azure function telemetry.

This commit is contained in:
Mikael Capelle 2022-08-18 09:17:17 +02:00
parent 6258c95694
commit 0978301f7a
1 changed files with 7 additions and 0 deletions

View File

@ -31,6 +31,10 @@ set -x PYTHONIOENCODING UTF-8
set -xg WORKON_HOME $HOME/.envs
set -xg MYPYPATH $HOME/.mypy
if command -v kubectl
kubectl completion fish | source
end
# Aliases
if test (uname) != "Darwin"
alias ls='ls --color=auto'
@ -41,3 +45,6 @@ if test (uname) != "Darwin"
else
alias rm='rm -i'
end
# Azure
set -g FUNCTIONS_CORE_TOOLS_TELEMETRY_OPTOUT 1