Skip to content

Commit 8efc661

Browse files
committed
refactor(devcontainer): use non absolute path in PROMPT
starting from `~` instead of using the whole path
1 parent 7134944 commit 8efc661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/zshrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ bindkey "^[[1;5D" backward-word
5050

5151

5252
# Settings for the prompt to show that we are in a docker container
53-
export PROMPT="%K{black} 🐋 %K{blue}%F{black}%/ %f%k%F{blue}%f " # Prefix the prompt with DOCKER
53+
export PROMPT="%K{black} 🐋 %K{blue}%F{black} %~ %f%k%F{blue}%f " # Prefix the prompt with DOCKER
5454

5555
# >>> bit-bots initialize >>>
5656

0 commit comments

Comments
 (0)