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 = { shellAliases = {
exa = "exa --git --binary"; exa = "exa --git --binary";
ipy = "ipython3";
l = "exa -l"; l = "exa -l";
la = "exa -la"; la = "exa -la";
ll = "exa -l"; ll = "exa -l";
ls = "exa"; ls = "exa";
ipy = "ipython3"; userctl = "systemctl --user";
vim = "nvim"; vim = "nvim";
vimdiff = "nvim -d"; vimdiff = "nvim -d";
userctl = "systemctl --user";
}; };
envExtra = '' envExtra = ''
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on" export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on"