Add zsh vim bindings, change the MPC data, hotkey changes
This commit is contained in:
parent
e78895916f
commit
2550c9b195
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue