From 31ab1c84a4da06d1bf029c462fd9adeadb601c8c Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 16 Mar 2025 11:53:01 +0100 Subject: ... --- user-profiles/mpv/default.nix | 2 +- user-profiles/zsh/default.nix | 2 +- user-profiles/zsh/zshrc | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'user-profiles') diff --git a/user-profiles/mpv/default.nix b/user-profiles/mpv/default.nix index 83eba2a9..94f241c8 100644 --- a/user-profiles/mpv/default.nix +++ b/user-profiles/mpv/default.nix @@ -10,7 +10,7 @@ (pkgs.stdenv.mkDerivation (sources.mpv-reload // rec { installPhase = '' install -d $out/share/mpv/scripts - install -m 0644 reload.lua $out/share/mpv/scripts/${passthru.scriptName} + install -m 0644 main.lua $out/share/mpv/scripts/${passthru.scriptName} ''; passthru.scriptName = "reload.lua"; diff --git a/user-profiles/zsh/default.nix b/user-profiles/zsh/default.nix index daeb7e82..428e2459 100644 --- a/user-profiles/zsh/default.nix +++ b/user-profiles/zsh/default.nix @@ -10,7 +10,7 @@ in { enable = true; autocd = true; enableCompletion = true; - + plugins = [ { name = "powerlevel10k"; file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme"; diff --git a/user-profiles/zsh/zshrc b/user-profiles/zsh/zshrc index a83a8069..7d0c1a16 100644 --- a/user-profiles/zsh/zshrc +++ b/user-profiles/zsh/zshrc @@ -27,4 +27,6 @@ bindkey ';5D' emacs-backward-word autoload -Uz url-quote-magic bracketed-paste-magic zle -N self-insert url-quote-magic -zle -N bracketed-paste bracketed-paste-magic \ No newline at end of file +zle -N bracketed-paste bracketed-paste-magic + +setopt extended_glob -- cgit v1.2.3