mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +00:00
move home.shellAliases out of programs.zsh
This commit is contained in:
parent
6db32ff89b
commit
b13dface16
1 changed files with 4 additions and 4 deletions
|
@ -23,10 +23,10 @@
|
|||
eval "$(${lib.getExe pkgs.direnv} hook zsh)"
|
||||
eval "$(starship init zsh)"
|
||||
'';
|
||||
home.shellAliases = {
|
||||
vv = "nvim";
|
||||
yt-dlp-1080 = "yt-dlp -f 'bestvideo[height<=1080]+bestaudio/best[height<=1080]'";
|
||||
};
|
||||
};
|
||||
home.shellAliases = {
|
||||
vv = "nvim";
|
||||
yt-dlp-1080 = "yt-dlp -f 'bestvideo[height<=1080]+bestaudio/best[height<=1080]'";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue