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