bat 0.22.1 (e5d9579)
Linux 5.10.102.1-microsoft-standard-WSL2
Version: 15.3.0 | |
Shell: pwsh (7.4.0-preview.3) | |
Segments: | |
ConsoleTitle(false) - 0 ms - | |
text(true) - 1 ms - ➜ | |
path(true) - 1 ms - airflow-the-hands-on-guide | |
git(true) - 36 ms - git:(main) |
__vte_urlencode() ( | |
# This is important to make sure string manipulation is handled | |
# byte-by-byte. | |
LC_ALL=C | |
str="$1" | |
while [ -n "$str" ]; do | |
safe="${str%%[!a-zA-Z0-9/:_\.\-\!\'\(\)~]*}" | |
printf "%s" "$safe" | |
str="${str#"$safe"}" | |
if [ -n "$str" ]; then |
{"lastUpload":"2021-06-01T17:33:48.384Z","extensionVersion":"v3.4.3"} |
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// choose either `'stable'` for receiving highly polished, | |
// or `'canary'` for less polished but more frequent updates | |
updateChannel: 'stable', |