Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
dskecse committed Jan 8, 2024
1 parent 08bfcfb commit b4ae831
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,3 @@ export EDITOR='vim'
# in general you must define aliases before functions
# http://zsh.sourceforge.net/Intro/intro_4.html
source "$HOME/.dotfiles/aliases"

# TODO: Move fn definitions to a separate file and use the `autoload` builtin.
# Kill a process by name
kl () {
pgrep -fl "$1" | head -1 | awk -F ' ' '{ print $1 }' | xargs kill -9
}

0 comments on commit b4ae831

Please sign in to comment.