diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-01-25 17:40:24 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-01-25 17:40:24 +0100 |
| commit | 214409a3676367ccf7d8f0ef9d987a95ef4f150b (patch) | |
| tree | 1656d52922c0e7d32b4cb93e6e5b5e6274bdad46 /.bashrc | |
| parent | dd8e2ebf43a233a9b241af200511bdbf5978ede2 (diff) | |
fix title
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,11 +30,13 @@ case $(uname -o) in alias ls='ls -GF' alias ll='ls -AlGFhv' alias ldd='otool -L' + trap 'printf "\e]2;${PWD/~/\~}: ${BASH_COMMAND/update_terminal_cwd/bash}\a"' DEBUG ;; (GNU/Linux|Linux) export GNUTERM='sixelgd enhanced truecolor font "arial,9"' alias ls='ls --color=auto -v' alias ll='ls -AlFhv' + trap 'printf "\e]2;${PWD/~/\~}: ${BASH_COMMAND/ps1/bash}\a"' DEBUG ;; esac |
