using zsh now....
This commit is contained in:
parent
4817cd9904
commit
3bc7c619fc
|
@ -357,7 +357,7 @@ colors:
|
||||||
# - (Linux/BSD) user login shell
|
# - (Linux/BSD) user login shell
|
||||||
# - (Windows) powershell
|
# - (Windows) powershell
|
||||||
shell:
|
shell:
|
||||||
program: fish
|
program: zsh
|
||||||
# args:
|
# args:
|
||||||
# - --login
|
# - --login
|
||||||
|
|
||||||
|
|
|
@ -710,7 +710,7 @@ window#waybar > box {
|
||||||
sysuse = "systemctl --user";
|
sysuse = "systemctl --user";
|
||||||
myip = "curl icanhazip.com";
|
myip = "curl icanhazip.com";
|
||||||
nixs = "nix search nixpkgs";
|
nixs = "nix search nixpkgs";
|
||||||
ytd = "yt-dlp -o '~/Videos/%(title)s.%(ext)s'";
|
ytd = "yt-dlp -o \"~/vids/%(title)s.%(ext)s\" $1";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
|
@ -791,6 +791,7 @@ window#waybar > box {
|
||||||
suspend = "systemctl suspend";
|
suspend = "systemctl suspend";
|
||||||
sysuse = "systemctl --user";
|
sysuse = "systemctl --user";
|
||||||
myip = "curl icanhazip.com";
|
myip = "curl icanhazip.com";
|
||||||
|
ytd = "yt-dlp -o \"~/vids/%(title)s.%(ext)s\" $1";
|
||||||
};
|
};
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
macchina
|
macchina
|
||||||
|
|
Loading…
Reference in a new issue