mirror of
https://github.com/owenlejeune/zsh-plugins.git
synced 2025-11-18 05:20:53 -05:00
update plugins
This commit is contained in:
@@ -26,3 +26,8 @@ alias hidefiles="defaults write com.apple.finder AppleShowAllFiles -bool false &
|
||||
function rmdsstore() {
|
||||
find "${@:-.}" -type f -name .DS_Store -delete
|
||||
}
|
||||
|
||||
function softup() {
|
||||
brewup
|
||||
mas upgrade
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user