Skip to content

Commit

Permalink
refactor(devcontainer): use non absolute path in PROMPT
Browse files Browse the repository at this point in the history
starting from `~` instead of using the whole path
  • Loading branch information
texhnolyze committed May 16, 2024
1 parent 9189a5e commit ed6302f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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 >>>

Expand Down

0 comments on commit ed6302f

Please sign in to comment.