From 09b9f3ca921b3e069ec5c6f7694e9b43250e44b7 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Tue, 9 Dec 2025 04:02:28 +0100 Subject: FreeBSD doesn't need colorls modified: conf.d/02platform.fish --- conf.d/02platform.fish | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf.d/02platform.fish b/conf.d/02platform.fish index deabd0f..99b1ba6 100644 --- a/conf.d/02platform.fish +++ b/conf.d/02platform.fish @@ -283,7 +283,10 @@ if status is-interactive function handle_freebsd - handle_colorls + alias ls 'ls -GF' + alias la 'ls -GF -a' + alias ll 'ls -GF -l' + alias lla 'ls -GF -l -a' alias nproc "sysctl -n hw.ncpu" alias free "vmstat" -- cgit v1.3.1