fish_config theme show: remove unused argument

This commit is contained in:
Johannes Altmanninger
2025-11-28 13:34:36 +01:00
parent 655b1aa7a1
commit 33cb8679ba

View File

@@ -203,7 +203,7 @@ function fish_config --description "Launch fish's web based configuration"
# Use a new, --no-config, fish to display the theme.
$fish --no-config -c '
fish_config theme choose $argv
fish_config theme demo $argv
fish_config theme demo
' $themename
end