diff --git a/dotfiles/local/bin/wslenablehypervforwarding b/dotfiles/local/bin/wslenablehypervforwarding index cc94115..ebbec71 100755 --- a/dotfiles/local/bin/wslenablehypervforwarding +++ b/dotfiles/local/bin/wslenablehypervforwarding @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -# This dotfile is managed using dotdrop +# {{@@ header() @@}} # WINHOME="$(echo "$(cmd.exe /C "echo %USERPROFILE%")" | tr -d '\r')" diff --git a/dotfiles/local/bin/wslshowhypervforwarding b/dotfiles/local/bin/wslshowhypervforwarding index ed97bcf..a516289 100755 --- a/dotfiles/local/bin/wslshowhypervforwarding +++ b/dotfiles/local/bin/wslshowhypervforwarding @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# This dotfile is managed using dotdrop +# {{@@ header() @@}} # powershell.exe -ExecutionPolicy Bypass "Get-NetIPInterface | select ifIndex,InterfaceAlias,AddressFamily,ConnectionState,Forwarding | Sort-Object -Property IfIndex | Format-Table"