mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
Cleaning up some scripts and moving to autoload functions
This commit is contained in:
7
zsh/config/functions/clean-screenshots
Executable file
7
zsh/config/functions/clean-screenshots
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/zsh
|
||||
|
||||
function clean-screenshots() {
|
||||
for file in "$SCREENSHOTS"/*; do
|
||||
rm "$file"
|
||||
done
|
||||
}
|
||||
Reference in New Issue
Block a user