zsh: Sort aliases

pull/48/head
Simon Bruder 2021-02-28 20:39:49 +01:00
parent 86348d4c60
commit 90feb2e3be
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 2 deletions

View File

@ -33,14 +33,14 @@ in
];
shellAliases = {
exa = "exa --git --binary";
ipy = "ipython3";
l = "exa -l";
la = "exa -la";
ll = "exa -l";
ls = "exa";
ipy = "ipython3";
userctl = "systemctl --user";
vim = "nvim";
vimdiff = "nvim -d";
userctl = "systemctl --user";
};
envExtra = ''
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on"