Update awscli v2 nix overlay (#13)

This commit is contained in:
Dave Gallant
2020-06-11 14:08:47 -04:00
committed by GitHub
parent eab9b3ed9b
commit 155e675fe9
2 changed files with 9 additions and 7 deletions

View File

@@ -48,7 +48,7 @@
zathura
zip
zsh-autosuggestions
zsh-fast-syntax-highlighting
zsh-syntax-highlighting
];
programs.zsh = {
@@ -73,6 +73,8 @@
eval "$(direnv hook zsh)"
eval "$(_RFD_COMPLETE=source_zsh rfd)"
eval "$(starship init zsh)"
source ${pkgs.zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
'';
shellAliases = {
@@ -93,7 +95,7 @@
plugins = [
{
name = "fast-syntax-highlighting";
name = "syntax-highlighting";
src = "${pkgs.zsh-fast-syntax-highlighting}/share/zsh/site-functions";
}
];