[+] Fish (#7)

This commit is contained in:
2026-05-06 12:56:55 -04:00
committed by GitHub
parent f1bba8b7a5
commit 5a70fba83b
21 changed files with 1217 additions and 276 deletions
+19
View File
@@ -0,0 +1,19 @@
# Modern unix replacements.
modern-replace ls eza 'ls -h --color=auto' eza
modern-replace df duf 'df -h' duf
modern-replace cat bat cat bat
modern-replace man tldr man tldr
modern-replace top btop top btop
modern-replace nano micro nano micro
modern-replace curl curlie curl curlie
modern-replace pacman paru 'pacman --color always' 'paru --color always'
modern-replace vi nvim vi nvim
modern-replace vim nvim vim nvim
modern-replace code visual-studio-code-electron code visual-studio-code-electron
if not has docker; and has podman
alias docker podman
if has podman-compose
alias docker-compose podman-compose
end
end