This commit is contained in:
2026-08-10 22:36:16 +02:00
parent ad1b8fe3a9
commit cbaf55cfc5
23 changed files with 328 additions and 109 deletions
+4
View File
@@ -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"
+3
View File
@@ -0,0 +1,3 @@
function feh --description 'alias feh=feh -.'
command feh -. $argv
end
+1 -1
View File
@@ -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