whoops I forgor #vim
parent
3fdfed6c42
commit
48efa70063
|
@ -11,9 +11,9 @@
|
|||
ll = "ls -l";
|
||||
please = "sudo";
|
||||
update = "sudo nixos-rebuild switch --flake /etc/nixos/#puter";
|
||||
vim = "nix run git+https://git.saragerretsen.nl/Hertog/FrameworkNix";
|
||||
vimUpdate = "nix run --refresh git+https://git.saragerretsen.nl/Hertog/FrameworkNix";
|
||||
sudovim = "sudo nix run git+https://git.saragerretsen.nl/Hertog/FrameworkNix";
|
||||
vim = "nix run git+https://git.saragerretsen.nl/Hertog/FrameworkNix#vim";
|
||||
vimUpdate = "nix run --refresh git+https://git.saragerretsen.nl/Hertog/FrameworkNix#vim";
|
||||
sudovim = "sudo nix run git+https://git.saragerretsen.nl/Hertog/FrameworkNix#vim";
|
||||
};
|
||||
plugins = [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue