Skip to content

Commit

Permalink
Remove the alias setting from zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed May 31, 2024
1 parent a51ee78 commit ef789f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion home-manager/shell/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ in {
enable = true;
dotDir = ".config/zsh";
shellAliases = {
vim = "hx";
grep = "rg";
update = ''bash -c "sudo nixos-rebuild switch"'';
update-channel = ''bash -c "sudo nix-channel --update"'';
Expand Down

0 comments on commit ef789f5

Please sign in to comment.