updated kubectl autocompletion, changed urgentText and urgentBackground colours.

This commit is contained in:
2019-12-16 11:04:08 +01:00
parent 74dc68a687
commit 2c213f30e9
6 changed files with 4773 additions and 192 deletions

View File

@@ -21,7 +21,7 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
# Fix .netcore paths if dotnet is installed
if hash dotnet 2>/dev/null; then
if hash dotnet 2>/dev/null1; then
export DOTNET_ROOT=/opt/dotnet
export MSBuildSDKsPath=$DOTNET_ROOT/sdk/$(${DOTNET_ROOT}/dotnet --version)/Sdks
export PATH="${PATH}:${DOTNET_ROOT}:~/.dotnet/tools"

View File

@@ -1,11 +1,3 @@
{
"segments": [
"virtual_env",
"ssh",
"cwd",
"git",
"hg",
"jobs",
"root"
]
"segments": ["virtual_env", "ssh", "cwd", "git", "hg", "jobs", "root"]
}

File diff suppressed because it is too large Load Diff