Compare commits
No commits in common. "06afcbb8186b33c856c55709ea1f37e7694da2ba" and "fe92602302c60856546ad2d8ff3a76bc6f4c1788" have entirely different histories.
06afcbb818
...
fe92602302
1 changed files with 2 additions and 2 deletions
|
|
@ -48,6 +48,8 @@ in {
|
||||||
|
|
||||||
sessionVariables.EDITOR = "vim";
|
sessionVariables.EDITOR = "vim";
|
||||||
sessionVariables.SHELL = "/etc/profiles/per-user/${username}/bin/zsh";
|
sessionVariables.SHELL = "/etc/profiles/per-user/${username}/bin/zsh";
|
||||||
|
sessionVariables.SSH_ASKPASS_REQUIRE = "never";
|
||||||
|
sessionVariables.GIT_TERMINAL_PROMPT = "1";
|
||||||
|
|
||||||
packages = stable-packages ++ unstable-packages;
|
packages = stable-packages ++ unstable-packages;
|
||||||
|
|
||||||
|
|
@ -238,8 +240,6 @@ in {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
unset SSH_ASKPASS
|
|
||||||
|
|
||||||
WORDCHARS='*?[]~=&;!#$%^(){}<>'
|
WORDCHARS='*?[]~=&;!#$%^(){}<>'
|
||||||
|
|
||||||
# fixes duplication of commands when using tab-completion
|
# fixes duplication of commands when using tab-completion
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue