# kill a process by id
alias k="\
kill \
"

# force kill a process by id
alias kf="\
kill \
-9 \
"