using zsh now....
This commit is contained in:
parent
4817cd9904
commit
3bc7c619fc
|
@ -357,7 +357,7 @@ colors:
|
|||
# - (Linux/BSD) user login shell
|
||||
# - (Windows) powershell
|
||||
shell:
|
||||
program: fish
|
||||
program: zsh
|
||||
# args:
|
||||
# - --login
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue