diff options
author | Raul Benencia <raul@thousandeyes.com> | 2024-02-12 10:46:46 -0300 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2024-02-12 10:46:46 -0300 |
commit | 37c06bb9378dee5bd08418ca67c2b2a3316411a5 (patch) | |
tree | fa2282ac1710650379316ca373f381494ff67cf6 /.bashrc | |
parent | 64af1d6552688a3463b09f721a31f9ea48cfed72 (diff) |
bash: set PROMPT_DIRTRIM
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -125,6 +125,8 @@ xterm*|rxvt*|screen) ;; esac +PROMPT_DIRTRIM=2 + if [ -e ~/.bashrc.post ]; then . ~/.bashrc.post fi |