updated
This commit is contained in:
@@ -37,3 +37,7 @@ if status is-login && test -z "$DISPLAY" -a -z "$WAYLAND_DISPLAY"
|
||||
exec uwsm start default
|
||||
end
|
||||
end
|
||||
|
||||
# Claude environments
|
||||
alias claude="CLAUDE_CONFIG_DIR=~/.claude command claude"
|
||||
alias claude-work="CLAUDE_CONFIG_DIR=~/.claude-work command claude"
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
function feh --description 'alias feh=feh -.'
|
||||
command feh -. $argv
|
||||
end
|
||||
@@ -1,3 +1,3 @@
|
||||
function ls --wraps='exa --long --color=auto' --description 'alias ls=exa --long --color=auto'
|
||||
exa --long --color=auto $argv;
|
||||
exa -l --color=auto $argv;
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user