From d50ba2537cf2be38bdaa01903cc4fd702b80b312 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 18 Apr 2025 16:45:05 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-18 16:45:05 --- .config/fish/functions/cl.fish | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/fish/functions/cl.fish b/.config/fish/functions/cl.fish index 70c5f0da..85acf903 100644 --- a/.config/fish/functions/cl.fish +++ b/.config/fish/functions/cl.fish @@ -1,5 +1,4 @@ -function cl --wraps=cd --description 'cd, ls, clear' - cd $argv; or return 1 +function cl --wraps=ls --description 'ls, clear' clear - ls + ls $argv end