feat: add mpd / fzf music command ✨
This commit is contained in:
parent
1cd1e5a156
commit
83cf701855
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
theme = "bash ~/dotfiles/bashscripts/wsl_theme.sh";
|
theme = "bash ~/dotfiles/bashscripts/wsl_theme.sh";
|
||||||
|
music = "mpv --no-video --log-file=~/music_history.log \"$(find /mnt/c/Users/DNTH/Music/ -type f \\( -name '*.mp3' -o -name '*.wav' -o -name '*.flac' -o -name '*.m4a' -o -name '*.ogg' \\) | fzf)\"";
|
||||||
};
|
};
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue