Skip to content

Commit 0cbe2de

Browse files
committed
Add killnode alias
1 parent 40d0dae commit 0cbe2de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dotfiles/.aliases

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ alias top="btm"
3333
# Reload the shell
3434
alias reload="source ~/.zshrc"
3535

36+
# Kill all Node.js processes
37+
alias killnode='killall node'
38+
3639
# List all PATH entries
3740
alias path='echo -e ${PATH//:/\\n}'
3841

0 commit comments

Comments
 (0)