Merge branch 'main' of codeberg.org:dnscio/nix-config
This commit is contained in:
commit
b5ebffd469
2 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,8 @@
|
|||
echo "---"
|
||||
end
|
||||
'';
|
||||
localip = " ifconfig | grep "inet " | grep -v 127.0.0.1 | awk '{print $2}' | head -n 1";
|
||||
publicip = "curl -4 ifconfig.me";
|
||||
};
|
||||
|
||||
interactiveShellInit = ''
|
||||
|
|
|
|||
|
|
@ -7,3 +7,4 @@ vim.keymap.set("n", "<C-d>", "<C-d>zz", { desc = "Move down" })
|
|||
vim.keymap.set("n", "<C-u>", "<C-u>zz", { desc = "Move up" })
|
||||
vim.keymap.set("n", "n", "nzzzv", { desc = "Move to next occurence" })
|
||||
vim.keymap.set("n", "N", "Nzzzv", { desc = "Move to next occurence" })
|
||||
vim.keymap.set("n", "<C-f>", "<Nop>")
|
||||
Loading…
Add table
Add a link
Reference in a new issue