diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-02-06 14:35:32 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-02-06 14:35:32 +0100 |
| commit | 19001724c1e47d83df2b081e7c5e8c6db26e2463 (patch) | |
| tree | a6191d41e6534d56259395c769f23374c44d0f83 | |
| parent | 4565bf0e5b60fa1ce1db83bd5ca2c93857d542ca (diff) | |
macOS: fix terminal title
| -rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ case $OS in alias ls='ls -GF' ll='ls -AlGFhv' alias ldd='otool -L' alias ibrew='arch -x86_64 /usr/local/bin/brew' + trap 'printf "\e]2;${PWD/~/\~} ${BASH_COMMAND%update_terminal_cwd}\a"' DEBUG ;; (termux) PATH=~/bin:${HOME%/*}/usr/bin:~/go/bin |
