mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
added functions
This commit is contained in:
parent
b74b06b2c4
commit
1e737ec2cb
7 changed files with 34 additions and 0 deletions
8
.config/fish/functions/brew_update.fish
Executable file
8
.config/fish/functions/brew_update.fish
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/opt/homebrew/bin/fish
|
||||
function brew_update
|
||||
echo ===== (date) =====
|
||||
/opt/homebrew/bin/brew update
|
||||
/opt/homebrew/bin/brew upgrade
|
||||
/opt/homebrew/bin/brew autoremove
|
||||
/opt/homebrew/bin/brew cleanup
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue