fkill vs. zsh-script

main
Steffen Rademacker 9 years ago
parent 92bf08b84d
commit 9dc50f6fad

@ -10,6 +10,7 @@ curl -L https://npmjs.org/install.sh | sh
npm install -g caniuse-cmd
npm install -g dploy
npm install -g eslint
npm install -g fkill-cli
npm install -g frontend-md
npm install -g grunt-cli
npm install -g gulp

@ -50,12 +50,6 @@ function current_branch() {
echo ${ref#refs/heads/}
}
# find process by name and kill them
function grepkill() {
ps -axf | grep -v grep | grep "$@" | awk '{print $2}' | xargs kill
}
# open changed files in git index
function gch () {
vim `git status | grep modified | awk '{print $3}'`

Loading…
Cancel
Save