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

6 lines
184 B
Fish
Raw Normal View History

abbr d "explorer.exe ."
abbr unison "unison ~/src ~/u_dest"
abbr vs "code ."
2023-03-28 14:45:12 +02:00
abbr wgcc "x86_64-w64-mingw32-gcc"
2023-04-30 22:48:08 +02:00
abbr wpwd 'echo "\\\\wsl.localhost\\Arch$(pwd | tr / \\ 2> /dev/null)"'