confOS/.config/fish/conf.d/alias_wsl.fish

3 lines
94 B
Fish
Raw Normal View History

2023-11-07 15:36:30 +01:00
alias pwd "pwd | tee /dev/tty | clip.exe"
2024-01-01 18:38:20 +01:00
alias wpwd "wslpath -w . | tee /dev/tty | clip.exe"