diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-01-18 14:31:38 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-01-18 14:31:38 +0100 |
| commit | bbf794e666cb6eb5171d7a0df796c1b4afdca148 (patch) | |
| tree | 56639569ba8708d87d60a40a7ec080dbb80610ce /.bashrc | |
| parent | f130384cd8e7f894a29b6412ea36b31f72d4e771 (diff) | |
update
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -96,6 +96,9 @@ 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 git status in prompt . ~/.bash-powerline.sh |
