mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
refactor(shell): configure clean vim shell alias
This commit is contained in:
@@ -14,8 +14,6 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
vim.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
PATH=$PATH:~/.cargo/bin:~/.local/bin
|
PATH=$PATH:~/.cargo/bin:~/.local/bin
|
||||||
alias stui='systemctl-tui'
|
alias stui='systemctl-tui'
|
||||||
|
alias vim='nvim --clean'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user