Compare commits
No commits in common. "12c289bb7dab53e8b722a8fb26e905113bab5712" and "65df525742a167039920e06b0cfebd4df9a1f2af" have entirely different histories.
12c289bb7d
...
65df525742
2 changed files with 1 additions and 5 deletions
|
@ -3,9 +3,6 @@ export PATH="$GOPATH/bin:$PATH"
|
||||||
|
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
export EDITOR=nvim
|
|
||||||
export VISUAL=nvim
|
|
||||||
|
|
||||||
export FZF_DEFAULT_OPTS="--extended"
|
export FZF_DEFAULT_OPTS="--extended"
|
||||||
export FZF_DEFAULT_COMMAND="fd --type f"
|
export FZF_DEFAULT_COMMAND="fd --type f"
|
||||||
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
|
||||||
|
|
|
@ -6,5 +6,4 @@ command_timeout = 1000
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
||||||
[kubernetes]
|
[kubernetes]
|
||||||
disabled = true
|
disabled = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue