Update fish variables and add new br function; modify zed settings

This commit is contained in:
2026-03-29 12:27:23 +08:00
parent d79ce218ad
commit 5d16ca8be3
5 changed files with 26 additions and 134 deletions
+3
View File
@@ -0,0 +1,3 @@
function br --wraps='proxy_enable; brew up; brew upgrade' --description 'alias br proxy_enable; brew up; brew upgrade'
proxy_enable; brew up; brew upgrade $argv
end