diff --git a/.config/fish/conf.d/abbr_arch.fish b/.config/fish/conf.d/abbr_arch.fish index bfeeecb..065654c 100644 --- a/.config/fish/conf.d/abbr_arch.fish +++ b/.config/fish/conf.d/abbr_arch.fish @@ -9,3 +9,4 @@ abbr catall "catall . '*.ext1' '*.ext2' | xclip -selection clipboard" abbr ll "eza --git --icons=auto -gl" abbr la "eza --git --icons=auto -gla" abbr pdf "firefox *.pdf & disown" +abbr beep "cvlc --play-and-exit /usr/share/sounds/freedesktop/stereo/bell.oga > /dev/null" diff --git a/.config/fish/conf.d/abbr_wsl.fish b/.config/fish/conf.d/abbr_wsl.fish index 40bddbe..38b5067 100644 --- a/.config/fish/conf.d/abbr_wsl.fish +++ b/.config/fish/conf.d/abbr_wsl.fish @@ -8,4 +8,4 @@ abbr ll "eza --git -gl" abbr la "eza --git -gla" abbr pdf "'/mnt/c/Program Files/Mozilla Firefox/firefox.exe' (for f in *.pdf; echo "file:///"(wslpath -m .)/\$f; end)" abbr zfind "find * -type f -name '*:Zone.Identifier' -ok rm {} \;" -abbr pbeep "powershell.exe -c '[console]::beep(200,300)'" +abbr beep "powershell.exe -c '[console]::beep(200,300)'"