zsh: Sort aliases
This commit is contained in:
parent
86348d4c60
commit
90feb2e3be
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue