fix(formatting): Using alejandra
This commit is contained in:
parent
1e10101310
commit
57cea11327
@ -1,7 +1,4 @@
|
|||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# asciinema
|
# asciinema
|
||||||
asciinema # Terminal recording
|
asciinema # Terminal recording
|
||||||
|
24
zsh.nix
24
zsh.nix
@ -145,8 +145,8 @@
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
localVariables = {
|
localVariables = {
|
||||||
YSU_MESSAGE_POSITION="after";
|
YSU_MESSAGE_POSITION = "after";
|
||||||
ASCIINEMA_API_URL="https://asciinema.stefka.eu";
|
ASCIINEMA_API_URL = "https://asciinema.stefka.eu";
|
||||||
};
|
};
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
@ -192,16 +192,16 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
shellGlobalAliases = {
|
shellGlobalAliases = {
|
||||||
H="| head";
|
H = "| head";
|
||||||
T="| tail";
|
T = "| tail";
|
||||||
G="| grep";
|
G = "| grep";
|
||||||
L="| less";
|
L = "| less";
|
||||||
M="| most";
|
M = "| most";
|
||||||
LL="2>&1 | less";
|
LL = "2>&1 | less";
|
||||||
CA="2>&1 | cat -A";
|
CA = "2>&1 | cat -A";
|
||||||
NE="2> /dev/null";
|
NE = "2> /dev/null";
|
||||||
NUL="> /dev/null 2>&1";
|
NUL = "> /dev/null 2>&1";
|
||||||
P="2>&1| pygmentize -l pytb";
|
P = "2>&1| pygmentize -l pytb";
|
||||||
};
|
};
|
||||||
|
|
||||||
history = {
|
history = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user