Commit c28e34d96281e2cc2b232258d3879ae19bfe8dbf Parent: a377e15353a3f5d3ff86d63d015b506212818a92 Author: Matt Colligan <mlv@posteo.net> Date: 2025-05-20 11:40:09 +0100 Committer: Matt Colligan <mlv@posteo.net> Committed: 2025-05-20 11:40:09 +0100 -i to vgr
aliases Modified
@@ -15,7 +15,7 @@ alias import='echo you forgot to enter python' alias rg='grep -r' alias pth='echo "${PATH//:/\n}"' -vgr() { nvim `grep -lr "$@"`; } +vgr() { nvim `grep -lri "$@"`; } alias va="source venv/bin/activate" alias vd="deactivate" alias dc=docker-compose