From f489aff25a93bc46a269831ee379c3b712d9d44e Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 8 Aug 2025 16:31:25 +0200 Subject: [PATCH] Daily auto-commit 2025-08-08T14:31:25UTC @ bjarte --- settings.json | 2 +- snippets/shell script.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index 48d7f8a..5ae2348 100644 --- a/settings.json +++ b/settings.json @@ -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"] diff --git a/snippets/shell script.json b/snippets/shell script.json index 1600738..b2d6e48 100644 --- a/snippets/shell script.json +++ b/snippets/shell script.json @@ -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'" },