Newer vimrc and asdf
This commit is contained in:
parent
c667df83fa
commit
d784acc82a
4 changed files with 28 additions and 10 deletions
|
|
@ -12,4 +12,13 @@ set fish_greeting ""
|
|||
set EDITOR vi
|
||||
set -x GOPATH ~/.go
|
||||
|
||||
if test -e $HOME/.asdf/asdf.fish
|
||||
. ~/.asdf/asdf.fish
|
||||
end
|
||||
|
||||
. ~/.config/fish/fish_aliases.fish
|
||||
|
||||
# The next line updates PATH for the Google Cloud SDK.
|
||||
if [ -f '/home/barak/local/google-cloud-sdk/path.fish.inc' ]; . '/home/barak/local/google-cloud-sdk/path.fish.inc'; end
|
||||
|
||||
set GOOGLE_APPLICATION_CREDENTIALS "/home/barak/.memtoken.json"
|
||||
|
|
|
|||
|
|
@ -2,11 +2,13 @@ k9s:
|
|||
refreshRate: 2
|
||||
maxConnRetry: 5
|
||||
enableMouse: true
|
||||
headless: true
|
||||
headless: false
|
||||
logoless: true
|
||||
crumbsless: false
|
||||
readOnly: false
|
||||
noExitOnCtrlC: false
|
||||
noIcons: true
|
||||
skipLatestRevCheck: false
|
||||
logger:
|
||||
tail: 100
|
||||
buffer: 5000
|
||||
|
|
@ -14,27 +16,30 @@ k9s:
|
|||
fullScreenLogs: false
|
||||
textWrap: false
|
||||
showTime: false
|
||||
currentContext: kubernetes-admin@kubernetes
|
||||
currentCluster: kubernetes
|
||||
currentContext: gke_memvp-25499_us-central1-c_ke-cluster-1
|
||||
currentCluster: gke_memvp-25499_us-central1-c_ke-cluster-1
|
||||
clusters:
|
||||
kubernetes:
|
||||
gke_memvp-25499_us-central1-c_ke-cluster-1:
|
||||
namespace:
|
||||
active: all
|
||||
lockFavorites: false
|
||||
favorites:
|
||||
- backfill
|
||||
- all
|
||||
- default
|
||||
view:
|
||||
active: pods
|
||||
active: job
|
||||
featureGates:
|
||||
nodeShell: false
|
||||
shellPod:
|
||||
image: busybox:1.31
|
||||
image: busybox:1.35.0
|
||||
command: []
|
||||
args: []
|
||||
namespace: default
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 100Mi
|
||||
labels: {}
|
||||
portForwardAddress: localhost
|
||||
thresholds:
|
||||
cpu:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue