We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367c887 commit ccdb2c4Copy full SHA for ccdb2c4
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}}" || hostname)
+export CONTAINER_NAME=$(hostname)
11
export PATH=$HOME/.local/bin:$PATH
12
13
# SET WINDOW TITLE
0 commit comments