Skip to content

Commit 56f75e6

Browse files
committed
Remove shellAliases from ZSH config
1 parent 58ce5c2 commit 56f75e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

zsh/default.nix

-5
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ in {
4141
localVariables = {
4242
WORDCHARS = "*?_-.[]~&;!#$%^(){}<>";
4343
};
44-
shellAliases = {
45-
ip = "ip -c";
46-
o = "open";
47-
scu = "systemctl --user";
48-
};
4944
envExtra = builtins.readFile ./files/zshenv;
5045
profileExtra = ''
5146
# Make sure that zshenv is loaded and anything won't be

0 commit comments

Comments
 (0)