From ed6302f517568131d1a263cbb8c6baf227f51287 Mon Sep 17 00:00:00 2001 From: texhnolyze Date: Thu, 16 May 2024 19:07:59 +0200 Subject: [PATCH] refactor(devcontainer): use non absolute path in PROMPT starting from `~` instead of using the whole path --- .devcontainer/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/zshrc b/.devcontainer/zshrc index 27e9c7767..2a59d4548 100644 --- a/.devcontainer/zshrc +++ b/.devcontainer/zshrc @@ -50,7 +50,7 @@ bindkey "^[[1;5D" backward-word # Settings for the prompt to show that we are in a docker container -export PROMPT="%K{black} 🐋 %K{blue}%F{black}%/ %f%k%F{blue}%f " # Prefix the prompt with DOCKER +export PROMPT="%K{black} 🐋 %K{blue}%F{black} %~ %f%k%F{blue}%f " # Prefix the prompt with DOCKER # >>> bit-bots initialize >>>