mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
fish: adding aliases
This commit is contained in:
parent
1906b0457f
commit
1c5dd5bd9c
4 changed files with 16 additions and 0 deletions
4
fish/functions/ll.fish
Normal file
4
fish/functions/ll.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
function ll --wraps=ls --wraps='eza -l --git' --wraps='eza --icons=always -l --git' --description 'alias ll eza --icons=always -l --git'
|
||||
eza --icons=always -l --git $argv
|
||||
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue