fix eval warnings
This commit is contained in:
parent
d15920c908
commit
a880332346
6 changed files with 10 additions and 6 deletions
|
|
@ -44,6 +44,8 @@
|
|||
enable = true;
|
||||
defaultEditor = true;
|
||||
vimAlias = true;
|
||||
withRuby = false;
|
||||
withPython3 = false;
|
||||
initLua = ''
|
||||
vim.opt.clipboard = "unnamedplus"
|
||||
vim.opt.termguicolors = true
|
||||
|
|
@ -81,6 +83,7 @@
|
|||
};
|
||||
git = {
|
||||
enable = true;
|
||||
signing.format = null;
|
||||
settings = {
|
||||
pull.rebase = "true";
|
||||
credential.helper = "cache --timeout=3600";
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
'';
|
||||
shellAliases = {
|
||||
"cd-gvfs" = "cd /run/user/$(id -u)/gvfs";
|
||||
"wlp-set" = "swww img --transition-type=grow --transition-duration=1";
|
||||
"wlp-set" = "awww img --transition-type=grow --transition-duration=1";
|
||||
"ssh" = "TERM=xterm-256color ssh";
|
||||
"cd" = "z";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue