using zsh now....

This commit is contained in:
Chris Cochrun 2023-09-13 09:50:46 -05:00
parent 4817cd9904
commit 3bc7c619fc
2 changed files with 3 additions and 2 deletions

View file

@ -357,7 +357,7 @@ colors:
# - (Linux/BSD) user login shell
# - (Windows) powershell
shell:
program: fish
program: zsh
# args:
# - --login

View file

@ -710,7 +710,7 @@ window#waybar > box {
sysuse = "systemctl --user";
myip = "curl icanhazip.com";
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 = {
@ -791,6 +791,7 @@ window#waybar > box {
suspend = "systemctl suspend";
sysuse = "systemctl --user";
myip = "curl icanhazip.com";
ytd = "yt-dlp -o \"~/vids/%(title)s.%(ext)s\" $1";
};
initExtra = ''
macchina