mirror of
https://github.com/dzeiocom/dotfiles.git
synced 2025-04-22 19:02:15 +00:00
5 lines
79 B
Fish
Executable File
5 lines
79 B
Fish
Executable File
# Defined in - @ line 0
|
|
function ll --description 'alias ll=ls'
|
|
ls $argv;
|
|
end
|