diff options
| -rw-r--r-- | .bashrc | 4 | ||||
| -rw-r--r-- | .hunspell_ca_ES | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -57,6 +57,10 @@ alias vi=vim # We want a full-fledged 256-color terminal. TERM=xterm-256color +# Setup the prompt command for terminals that don't touch it by themselves +# (e.g. alacritty). +PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'printf "\033]0;%s@%s:%s\007" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/\~}"' + # Set the LESS and the PAGER environment variables. export LESS="FSRX" export PAGER=less diff --git a/.hunspell_ca_ES b/.hunspell_ca_ES index 40bb51a..529cb25 100644 --- a/.hunspell_ca_ES +++ b/.hunspell_ca_ES @@ -66,3 +66,4 @@ Patreon Duolingo austracistes historicofilològica +Tino |
