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

9 lines
290 B
Fish
Raw Normal View History

abbr d "explorer.exe ."
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-03-26 13:21:29 +01:00
abbr catall "find . \( -name '*.ext1' -o -name '*.ext2' \) -exec echo "File `{}`:" \; -exec cat {} \; | 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"