confOS/.config/fish/conf.d/alias_wsl.fish
2024-09-08 17:03:01 +02:00

3 lines
142 B
Fish

alias pwd "pwd | tee /dev/tty | clip.exe"
alias wpwd "wslpath -w . | tee /dev/tty | clip.exe"
alias storrent "storrent &> /dev/null & disown"