Daily auto-commit 2025-08-08T14:31:25UTC @ bjarte

This commit is contained in:
2025-08-08 16:31:25 +02:00
parent f2ba6e45f9
commit f489aff25a
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
// "base_keymap": "Atom", // default is VSCode, TODO: try to switch
"ssh_connections": [
{
"host": "rocm.pbsds.net",
"host": "rocm",
"projects": [
{
"paths": ["~/ntnu/ifield"]

View File

@@ -93,7 +93,7 @@
},
"read-array": {
"prefix": "read-array",
// "body": "declare -a ${2:test}=()\nreadarray -td \\$'${3:\\n}' ${2:test} < <( ${4:CMD} )$0",
// "body": "declare -a ${2:test}=()\nreadarray -td \\$'${3:\\n}' ${2:test} <${5: <( ${4:CMD} )}$0",
"body": "declare -a ${2:test}=()\nreadarray -td \\$'${3:\\n}' ${2:test} <<<\"\\$( ${4:CMD} )\"$0",
"description": "Bash snippet 'read-array'"
},