File tree Expand file tree Collapse file tree 5 files changed +5
-1
lines changed
Expand file tree Collapse file tree 5 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- # shellcheck disable=SC2139
2+ # shellcheck disable=SC2139,SC2329
33
44declare -r SCRIPTS_DIR=" ${HOME} /git/lindhe/scripts"
55
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22# vim: set foldmethod=marker filetype=bash:
3+ # shellcheck disable=SC2329
34
45# Copy path to current working directory
56cwd () {
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+ # shellcheck disable=SC2329
23
34# ######################## Populate KUBECONFIG #########################
45if command -v kubectl & > /dev/null; then
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+ # shellcheck disable=SC2329
23
34declare -A DISALLOWED_TMUX_TERMINALS=(
45 [tmux]=1
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22# vim: foldmethod=marker
3+ # shellcheck disable=SC2329
34
45if [[ -n ${WSLENV+x} ]]; then
56
You can’t perform that action at this time.
0 commit comments