Skip to content

Commit

Permalink
allow user pass their own TERM env, allow right color showing for zsh…
Browse files Browse the repository at this point in the history
…-autosuggestion. (#30)
  • Loading branch information
petertheprocess authored Sep 30, 2024
1 parent 5ee624b commit cb315e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ zshrc_template() {
export LANG='en_US.UTF-8'
export LANGUAGE='en_US:en'
export LC_ALL='en_US.UTF-8'
export TERM=xterm
[ -z "$TERM" ] && export TERM=xterm
##### Zsh/Oh-my-Zsh Configuration
export ZSH="$_HOME/.oh-my-zsh"
Expand Down

0 comments on commit cb315e1

Please sign in to comment.