Skip to content

Commit

Permalink
Merge pull request #266 from joclement/next
Browse files Browse the repository at this point in the history
next
  • Loading branch information
joclement authored Feb 17, 2025
2 parents c11a375 + 5cd1f89 commit e9819a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down
2 changes: 1 addition & 1 deletion shared_aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alias testHDMI='speaker-test -c 2 -r 48000 -D hw:0,3'
alias grep='grep \
-I \
--color=auto \
--exclude-dir={.git,build,.mypy_cache,.nox,.pytest_cache} \
--exclude-dir={.git,build,.mypy_cache,.nox,.pytest_cache,.tox} \
--exclude=tags'
# use sudo to get all open ports
alias open_ports='netstat -tulpn | grep LISTEN'
Expand Down
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ if executable('ag')
\ --ignore-dir=.mypy_cache\
\ --ignore-dir=.nox\
\ --ignore-dir=.pytest_cache\
\ --ignore-dir=.tox\
\ --ignore=tags
else
set grepprg=grep\ -n\ $*\ /dev/null\
Expand Down

0 comments on commit e9819a5

Please sign in to comment.