We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3f364 commit 28ca661Copy full SHA for 28ca661
src/.custom.sh
@@ -7,7 +7,7 @@ alias cat=bat
7
8
eval "$(starship init bash)"
9
10
-export CONTAINER_NAME=$(docker ps -f ID=$(hostname) --format "{{.Names}}" > /dev/null 2>&1 || hostname)
+export CONTAINER_NAME=$(docker ps -f ID=$(hostname) --format "{{.Names}}" || hostname)
11
export PATH=$HOME/.local/bin:$PATH
12
13
# SET WINDOW TITLE
0 commit comments