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
+2
View File
@@ -1,4 +1,6 @@
# This file contains fish universal variable definitions.
# VERSION: 3.0
SETUVAR __fish_initialized:4300
SETUVAR __fish_webconfig_theme_notification:set\x2dtheme\x2dv1\x2d\x234
SETUVAR --export fish_term24bit:0
SETUVAR fish_user_paths:/opt/homebrew/sbin\x1e/opt/homebrew/bin
+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
-3
View File
@@ -1,3 +0,0 @@
function lg --wraps=/Users/congyu/lg/lg --description 'alias lg /Users/congyu/lg/lg'
/Users/congyu/lg/lg $argv
end