From c22b0babed426af824b5afe668f3783bb0b757b6 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 21 Jan 2025 14:17:42 +0100 Subject: fixup --- .bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index a53f7b8..7ecef70 100644 --- a/.bashrc +++ b/.bashrc @@ -19,7 +19,7 @@ export -f p fixab() { printf "\x1f\x8b\x08\x00\x00\x00\x00\x00" ; tail -c +25 "$1"; } #export BACKUP=bip:/home/backup/marc@$(hostname -s) -export LESS=XFRx4 +export LESS=iXFRx4 # gnuplot display in terminal export GNUTERM='sixelgd enhanced truecolor font "arial,9"' @@ -96,8 +96,8 @@ meteo() { [ -f "/usr/share/fzf/completion.bash" ] && . "/usr/share/fzf/completion.bash" [ -f "/usr/share/fzf/key-bindings.bash" ] && . "/usr/share/fzf/key-bindings.bash" -# Print current command in terminal title -trap 'printf "\e]2;$PWD: ${BASH_COMMAND/ps1/bash}\e"' DEBUG +# Display current directory and command in terminal title +trap 'printf "\e]2;${PWD/~/\~}: ${BASH_COMMAND/ps1/bash}\a"' DEBUG # Display git status in prompt . ~/.bash-powerline.sh -- cgit v1.2.3