Skip to content

Commit ccdb2c4

Browse files
authored
Remove container name
1 parent 367c887 commit ccdb2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/.custom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ alias cat=bat
77

88
eval "$(starship init bash)"
99

10-
export CONTAINER_NAME=$(docker ps -f ID=$(hostname) --format "{{.Names}}" || hostname)
10+
export CONTAINER_NAME=$(hostname)
1111
export PATH=$HOME/.local/bin:$PATH
1212

1313
# SET WINDOW TITLE

0 commit comments

Comments
 (0)