We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be34714 commit c8f64b2Copy full SHA for c8f64b2
1 file changed
exports
@@ -10,15 +10,16 @@ LANG=en_US.UTF-8
10
ZDOTDIR="$HOME/.zsh"
11
ZSH_CUSTOM="$ZDOTDIR/custom"
12
13
-EDITOR=nvim
14
-
15
# Kubernetes
16
KUBECONFIG=$HOME/.kube/config
17
18
# Theme
19
LS_COLORS="$(vivid generate dracula)"
20
21
-TIG_EDITOR="nvim"
+default_editor="nvim"
+EDITOR=$default_editor
+TIG_EDITOR=$default_editor
22
+GIT_EDITOR=$default_editor
23
24
# Erlang (REPL)/Elixir (iex) history
25
ERL_AFLAGS="-kernel shell_history enabled -kernel shell_history_file_bytes 2097152"
0 commit comments