diff --git a/fish/.config/fish/functions/ll.fish b/fish/.config/fish/functions/ll.fish new file mode 100644 index 0000000..985c319 --- /dev/null +++ b/fish/.config/fish/functions/ll.fish @@ -0,0 +1,3 @@ +function ll --description 'alias ll exa -lagF --icons --octal-permissions --git --time-style long-iso' + command exa -lagF --icons --octal-permissions --git --time-style long-iso $argv; +end