From 824a5a7739a11fb3f9794b178cd1c3a852a73c0a Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Tue, 18 May 2021 11:08:52 -0400 Subject: [PATCH] Add note admonition for tilda usage in shells --- docs/Dev Environment Setup Guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Dev Environment Setup Guide.md b/docs/Dev Environment Setup Guide.md index c5fd1be..e6465bc 100644 --- a/docs/Dev Environment Setup Guide.md +++ b/docs/Dev Environment Setup Guide.md @@ -37,7 +37,8 @@ This will create the files `id_rsa` and `id_rsa.pub` in the `.ssh` folder inside /home/ ``` -Most CLI shells like PowerShell and bash use the ~ (tilda) key as a shortcut for your user's folder. +!!! note + Most CLI shells like PowerShell and bash use the ~ (tilda) key as a shortcut for your user's folder. You can confirm these files were created by running: ```none