bash: functions
This commit is contained in:
parent
b99e24e6a4
commit
8e421c2237
1 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,6 @@ function rgf {
|
|||
function rgv {
|
||||
rg --files -g "*$1*" | xargs -o vim
|
||||
}
|
||||
function psk {
|
||||
ps -ef | grep $1 | grep -v grep | awk '{ print $2 }' | xargs kill -9
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue