add more shell alias

This commit is contained in:
DACHXY 2024-12-28 20:36:44 +08:00
parent fd48df0d43
commit 9bc6a41617
3 changed files with 3 additions and 6 deletions

View file

@ -5,6 +5,8 @@
g = "git";
cd = "z"; # Zoxide
t = "tmux";
vim = "nvim";
vi = "nvim";
# Nixos
rebuild = "sudo nixos-rebuild switch --flake /etc/nixos";