diff options
| author | mail_redacted_for_web | 2026-04-19 13:31:42 +0200 |
|---|---|---|
| committer | mail_redacted_for_web | 2026-04-19 13:31:42 +0200 |
| commit | 16c3c4a64a3e4745552aeeffefcef25c195df1f0 (patch) | |
| tree | 76c0e6dac46a3942daa279c84604052a04c43142 /.bash/postexec.bash | |
| parent | b4ee26494bcddf8eb758ffa8a0c86d34c9aa11f5 (diff) | |
| download | dotfiles-16c3c4a64a3e4745552aeeffefcef25c195df1f0.tar.bz2 | |
feat: Show environment versions on login
Diffstat (limited to '.bash/postexec.bash')
| -rw-r--r-- | .bash/postexec.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bash/postexec.bash b/.bash/postexec.bash index 8beee31..0eafd2b 100644 --- a/.bash/postexec.bash +++ b/.bash/postexec.bash @@ -22,3 +22,5 @@ for gitpsrc in "/usr/share/git/git-prompt.sh" "/usr/local/share/git/git-prompt.s break fi done + +list-env-versions |
