supercrabtree / k

k is the new l, yo
1.78k stars 123 forks source link

efining function based on alias `pkill' and parse error near `()' #99

Closed avatar-lavventura closed 3 years ago

avatar-lavventura commented 3 years ago

How can I fix the following error:

/home/user/.oh-my-zsh/custom/plugins/k/k.plugin.zsh:4: defining function based on alias `pkill'
/home/user/.oh-my-zsh/custom/plugins/k/k.plugin.zsh:4: parse error near `()'
avatar-lavventura commented 3 years ago

Uncommenting alias k="pkill -f -e -c" in my .bashrc file fixed the issue.