confOS/.config/fish/conf.d/abbr_wsl.fish

12 lines
487 B
Fish
Raw Normal View History

2024-07-22 18:21:22 +02:00
abbr d "explorer.exe \$(wslpath -w .)"
abbr unison "unison ~/src ~/u_dest"
abbr vs "code ."
2023-10-09 17:12:05 +02:00
abbr wgcc x86_64-w64-mingw32-gcc
2023-11-10 12:10:09 +01:00
abbr rm "rm -rf"
2024-04-11 14:46:04 +02:00
abbr catall "catall . '*.ext1' '*.ext2' | clip.exe"
2024-03-26 11:12:09 +01:00
abbr ll "eza --git -gl"
2024-03-26 11:12:51 +01:00
abbr la "eza --git -gla"
2024-04-25 11:33:33 +02:00
abbr pdf "'/mnt/c/Program Files/Mozilla Firefox/firefox.exe' (for f in *.pdf; echo "file:///"(wslpath -m .)/\$f; end)"
2024-06-15 01:25:18 +02:00
abbr zfind "find * -type f -name '*:Zone.Identifier' -ok rm {} \;"
2024-07-24 12:12:57 +02:00
abbr pbeep "powershell.exe -c '[console]::beep(200,300)'"