Cleanup aliases and move functions to .local/bin

This commit is contained in:
Tobias Reisinger 2020-11-01 23:28:37 +01:00
parent 0474b35031
commit f1594b3cbb
5 changed files with 12 additions and 13 deletions
.local/bin

3
.local/bin/vim-grep Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
vim $(grep $@)