refactor(shell): configure clean vim shell alias

This commit is contained in:
tux
2026-09-07 18:47:41 +05:30
parent edb3678ddd
commit ea526e6f88
2 changed files with 1 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
PATH=$PATH:~/.cargo/bin:~/.local/bin
alias stui='systemctl-tui'
alias vim='nvim --clean'
'';
};
};