confOS/.config/fish/conf.d/abbr_wsl.fish
2023-04-30 22:51:56 +02:00

5 lines
186 B
Fish

abbr d "explorer.exe ."
abbr unison "unison ~/src ~/u_dest"
abbr vs "code ."
abbr wgcc "x86_64-w64-mingw32-gcc"
abbr wpwd 'echo "\\\\\wsl.localhost\\Arch$(pwd | tr / \\\ 2> /dev/null)"'