diff options
| author | Deposite Pirate | 2025-12-09 04:02:28 +0100 |
|---|---|---|
| committer | Deposite Pirate | 2025-12-09 04:02:28 +0100 |
| commit | 09b9f3ca921b3e069ec5c6f7694e9b43250e44b7 (patch) | |
| tree | 580ed5ea863582a7f3a1046977c73541d061e2f5 /conf.d | |
| parent | 61f1ebd68ab4b263c8498bf03a510cd3f6c730ad (diff) | |
FreeBSD doesn't need colorls
modified: conf.d/02platform.fish
Diffstat (limited to 'conf.d')
| -rw-r--r-- | conf.d/02platform.fish | 5 |
1 files changed, 4 insertions, 1 deletions
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" |
