This commit is contained in:
Dustin Swan 2020-11-25 14:19:18 -05:00
parent 02a52c489f
commit a3788134ad
No known key found for this signature in database
GPG key ID: AB49BD6B2B3A6377
2 changed files with 2 additions and 6 deletions

View file

@ -8,7 +8,7 @@
home.sessionVariables = { home.sessionVariables = {
EDITOR = "vim"; EDITOR = "vim";
MANPAGER = "sh -c 'col -bx | bat -l man -p'"; MANPAGER = "sh -c 'col -bx | bat -l man -p'";
PATH = "$PATH:~/.composer/vendor/bin:"; PATH = "$PATH:${builtins.getEnv "HOME"}/.emacs.d/bin";
P4USER = "dswan"; P4USER = "dswan";
P4PORT = "humu.iocom.com:1666"; P4PORT = "humu.iocom.com:1666";

View file

@ -19,11 +19,7 @@
size = 16.0; size = 16.0;
}; };
key_bindings = [ key_bindings = [
{ { key = "N"; mods = "Control|Shift"; action = "SpawnNewInstance"; }
key = "N";
mods = "Control|Shift";
action = "SpawnNewInstance";
}
]; ];
background_opacity = 0.95; background_opacity = 0.95;
colors = { # Nord colors = { # Nord