diff --git a/README.md b/README.md index 05919dc..be39c83 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ see [/usr/share/doc/gnupg/examples](file:///usr/share/doc/gnupg/examples) # Maintained in linux-config.org logger -t "startup-initfile" ZSHRC [[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return - export TERM="xterm-256color" + export TERM="alacritty" # Path to your oh-my-zsh installation. export ZSH="${XDG_CONFIG_HOME}/zsh/oh-my-zsh" @@ -1932,7 +1932,7 @@ but in both cases we check if it exists in the sway tree, and, if not, set it it notify-send -t 3000 "${@}" || true - + ### ~/bin/sway/sway-screen @@ -1978,7 +1978,7 @@ See + ### Examples: diff --git a/dot-config/zsh/.zshrc b/dot-config/zsh/.zshrc index 10724d1..a010087 100755 --- a/dot-config/zsh/.zshrc +++ b/dot-config/zsh/.zshrc @@ -1,7 +1,7 @@ # Maintained in linux-config.org logger -t "startup-initfile" ZSHRC [[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return -export TERM="xterm-256color" +export TERM="alacritty" # Path to your oh-my-zsh installation. export ZSH="${XDG_CONFIG_HOME}/zsh/oh-my-zsh" diff --git a/linux-config.org b/linux-config.org index 56158ab..70619a2 100644 --- a/linux-config.org +++ b/linux-config.org @@ -810,7 +810,7 @@ see [[file:/usr/share/doc/gnupg/examples][/usr/share/doc/gnupg/examples]] # Maintained in linux-config.org logger -t "startup-initfile" ZSHRC [[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return - export TERM="xterm-256color" + export TERM="alacritty" # Path to your oh-my-zsh installation. export ZSH="${XDG_CONFIG_HOME}/zsh/oh-my-zsh"