diff options
| -rw-r--r-- | env.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ GNUPGHOME = "\${HOME}/.local/share/gnupg"; GRADLE_USER_HOME = "\${HOME}/.local/share/gradle"; GTK2_RC_FILES = "\${HOME}/.config/gtk-2.0/gtkrc"; - EDITOR = 'nvim'; + EDITOR = "nvim"; GOPATH = "\${HOME}/.local/share/go"; XCOMPOSECACHE = "\${HOME}/.cache/X11/xcompose"; #PYTHONSTARTUP="/etc/python/pythonrc"; |
