add zsh fzf plugin

This commit is contained in:
Frost-Phoenix 2023-12-06 22:12:38 +01:00
parent d3b87872fd
commit 8017fe1036

View file

@ -7,7 +7,7 @@
syntaxHighlighting.enable = true;
oh-my-zsh = {
enable = true;
plugins = [ "git", "fzf" ];
plugins = [ "git" "fzf" ];
};
shellAliases = {
# record = "wf-recorder --audio=alsa_output.pci-0000_08_00.6.analog-stereo.monitor -f $HOME/Videos/$(date +'%Y%m%d%H%M%S_1.mp4')";