diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-01-21 14:17:42 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-01-21 14:17:42 +0100 |
| commit | c22b0babed426af824b5afe668f3783bb0b757b6 (patch) | |
| tree | 17b3a35c9b2668bbe6eb61e2f4ef1417b1456391 /.bashrc | |
| parent | bbf794e666cb6eb5171d7a0df796c1b4afdca148 (diff) | |
fixupalpine2
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
