Compare commits

...

2 commits

Author SHA1 Message Date
12c289bb7d Disable k8s in starship
I currently dont use k8s anymore so I don't have a use for it.
2024-11-19 00:26:31 +01:00
560cec9e37 Add nvim as default editor 2024-11-19 00:26:31 +01:00
2 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,9 @@ export PATH="$GOPATH/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
export EDITOR=nvim
export VISUAL=nvim
export FZF_DEFAULT_OPTS="--extended"
export FZF_DEFAULT_COMMAND="fd --type f"
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"

View file

@ -6,4 +6,5 @@ command_timeout = 1000
disabled = true
[kubernetes]
disabled = false
disabled = true