We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ffea8 commit eb54103Copy full SHA for eb54103
1 file changed
.additional_bashrc.sh
@@ -12,6 +12,8 @@ if sudo docker ps -q &>/dev/null; then
12
export HOST_DISPLAY_NAME=${HOST_DISPLAY_NAME:1}
13
fi;
14
15
+export HISTCONTROL=ignoreboth:erasedups
16
+
17
if [[ $CONTAINER_ID != ${HOSTNAME}* ]] ; then
18
export HOST_DISPLAY_NAME=$HOSTNAME
19
fi
0 commit comments