using zsh now....
This commit is contained in:
parent
4817cd9904
commit
3bc7c619fc
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue