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