Add zsh vim bindings, change the MPC data, hotkey changes

This commit is contained in:
Jimbo 2024-10-27 02:57:53 -04:00
parent e78895916f
commit 2550c9b195
3 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,7 @@
oh-my-zsh = {
enable = true;
theme = "agnoster";
plugins = ["git"];
plugins = [ "git" ];
};
shellAliases = {
# NixOS aliases
@ -46,6 +46,7 @@
spotdl = "spotdl --m3u --format opus";
};
initExtra = ''
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin; pfetch
setopt HIST_IGNORE_SPACE
setopt RM_STAR_WAIT