Reduce closure size and fix xonsh rendering

This commit is contained in:
Greg Hellings
2024-08-13 23:25:46 -05:00
parent c5fca73402
commit 0b1646c6c1
+2 -1
View File
@@ -6,7 +6,7 @@
sessionVariables = {
CLICOLOR = 1;
EDITOR = "${pkgs.vim}/bin/vim";
EDITOR = "nvim";
# vte_new_tab_cwd causes new Terminal tabs to open in the
# same CWD as the current tab
LESS_TERMCAP_mb = "\\033[01;31m"; # begin blinking
@@ -25,6 +25,7 @@
TIMEFORMAT = "%3Uu %3Ss %3lR %P%%";
# Tells vox where to find virtualenvs
VIRTUALENV_HOME = "${config.home.homeDirectory}/venv/";
XONSH_COLOR_STYLE = "default";
GOPATH = "${config.home.homeDirectory}/src/go";
GOBIN = "${config.home.homeDirectory}/src/bin";