Added zshrc and scripts
This commit is contained in:
parent
3eabb6d77b
commit
1146eee530
13 changed files with 555 additions and 0 deletions
7
.config/scripts/kill.sh
Executable file
7
.config/scripts/kill.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
kill-port() {
|
||||
sudo kill -9 $(lsof -t -i:"$1")
|
||||
}
|
||||
|
||||
kill-all() {
|
||||
sudo kill -9 $(pgrep "$1")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue