- Download the latest zsh package: https://packages.msys2.org/package/zsh?repo=msys&variant=x86_64
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
| /* | |
| * https://github.com/netnr/workers | |
| * | |
| * 2019-10-12 - 2022-05-05 | |
| * netnr | |
| * | |
| * https://github.com/Rongronggg9/rsstt-img-relay | |
| * | |
| * 2021-09-13 - 2022-05-29 | |
| * modified by Rongronggg9 |
| import 'package:flutter/material.dart'; | |
| class NestedWillPopScope extends StatefulWidget { | |
| const NestedWillPopScope({ | |
| Key? key, | |
| required this.child, | |
| required this.onWillPop, | |
| }) : super(key: key); | |
| final Widget child; |
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
| # Add at the end of your ~/.bashrc file this content: | |
| # Run Windows Programs (.exe) from WSL as Fallback without extension | |
| eval "$(echo "orig_command_not_found_handle()"; declare -f command_not_found_handle | tail -n +2)" | |
| command_not_found_handle() | |
| { | |
| cmd=$1 | |
| shift | |
| args=( "$@" ) |
| # Add windows Explorer Right-Click menu to paste copied item as Junction or SymbolicLink with PowerShell | |
| # Locate file on C:\CMD\ | |
| param ( | |
| [Parameter(Mandatory=$true)][string]$location | |
| ) | |
| Set-Location $location | |
| $files = Get-Clipboard -Format FileDropList | |
| $count = $files.count; | |
| if($count -eq 0) |
| package com.github.pedramrn; | |
| import android.content.Context; | |
| import android.content.res.TypedArray; | |
| import android.graphics.drawable.Drawable; | |
| import android.support.v4.graphics.drawable.DrawableCompat; | |
| import android.support.v7.widget.AppCompatTextView; | |
| import android.util.AttributeSet; | |
| import com.github.pedramrn.slick.parent.R; |
| [I'm an inline-style link](https://www.somewebsite.com) | |
| [I'm an inline-style link with title](https://www.somewebsite.com "somewebsite's Homepage") | |
| [I'm a reference-style link][Arbitrary case-insensitive reference text] | |
| [I'm a relative reference to a repository file](../blob/master/LICENSE) | |
| [You can use numbers for reference-style link definitions][1] |
| //wearversion | |
| //wearlog | |
| //wearvoiceinputenable | |
| //wearvoiceinputdisable | |
| //weargoogleapi | |
| //assert | |
| //pushassert | |
| //uplog | |
| //upcrash | |
| //switchnotificationstatus |