From 2e6d47155914079429484b70f2c426d7959766e5 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 Nov 2022 21:12:29 +0000 Subject: Remove alias to exa in fish shell --- fish/.config/fish/config.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 47c1744..ad61213 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -25,7 +25,6 @@ function latestqr -d "Return the string corresponding to the latest QR code." end function open; xdg-open $argv; end -function ls; exa $argv; end function ll; ls -lah $argv; end function vim; nvim $argv; end -- cgit