zsh: almost all functions are scripts now (part 2)

This commit is contained in:
PowerUser64 2021-12-26 16:21:50 -08:00
parent 75c3986785
commit ec0cee28d9
14 changed files with 287 additions and 0 deletions

6
.config/shell/bin/rmswp Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
# Deletes the swapfile created by mkswp()
sudo swapoff -v /swapfile
sudo rm /swapfile