confOS/.config/fish/conf.d/abbr_wsl.fish
2024-04-11 14:46:04 +02:00

8 lines
228 B
Fish

abbr d "explorer.exe ."
abbr unison "unison ~/src ~/u_dest"
abbr vs "code ."
abbr wgcc x86_64-w64-mingw32-gcc
abbr rm "rm -rf"
abbr catall "catall . '*.ext1' '*.ext2' | clip.exe"
abbr ll "eza --git -gl"
abbr la "eza --git -gla"