xonsh/xontrib-bashisms

Add abbrev `&|` -> `2>&1 |`

Open

#8 opened on Mar 18, 2026

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (3 forks)github user discovery
good first issue

Repository metrics

Stars
 (8 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

subj, use https://github.com/xonsh/xontrib-abbrevs

abbrevs['&|'] = '2>&1 |'

Contributor guide