1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-18 12:00:02 +02:00

fish: adding aliases

This commit is contained in:
Henrik Hautakoski 2024-05-27 18:51:12 +02:00
parent 1906b0457f
commit 1c5dd5bd9c
4 changed files with 16 additions and 0 deletions

4
fish/functions/ls.fish Normal file
View file

@ -0,0 +1,4 @@
function ls --wraps=eza --description 'alias ls eza'
eza $argv
end