Removes lock on vega. Fixes some aliases

This commit is contained in:
2025-05-28 11:31:46 -07:00
parent b56d904c4e
commit 384d6939f8
2 changed files with 15 additions and 8 deletions

View File

@@ -50,16 +50,16 @@
];
home.shellAliases = {
"p?" = "ps ax | grep";
"p?" = "ps ax | rg";
# Dysk is basically just better.
"df" = "echo 'Don't you want `dysk`?'";
"grep" = "echo 'Don't you want `rg`?'";
"find" = "echo 'Don't you want `fd`?'";
"df" = "echo 'Do you mean: dysk?'";
"grep" = "echo 'Do you mean: rg?'";
"find" = "echo 'Do you mean: fd'";
"cat" = "bat";
"ls" = "eza";
"http" = "echo 'Don't you want `xh`?'";
"du" = "echo 'Don't you want `dust` or `dua`?'";
"ranger" = "echo 'Don't you want `yazi`?'";
"http" = "echo 'Do you mean: xh'";
"du" = "echo 'Do you mean: dust or dua?'";
"ranger" = "echo 'Do you mean: yazi'";
};
programs.zsh = {