Skip to content

Commit

Permalink
Add killnode alias
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Nov 12, 2024
1 parent 40d0dae commit 0cbe2de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dotfiles/.aliases
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ alias top="btm"
# Reload the shell
alias reload="source ~/.zshrc"

# Kill all Node.js processes
alias killnode='killall node'

# List all PATH entries
alias path='echo -e ${PATH//:/\\n}'

Expand Down

0 comments on commit 0cbe2de

Please sign in to comment.